summaryrefslogtreecommitdiff
path: root/src/yuzu
AgeCommit message (Expand)Author
2018-06-27settings: Add a configuration for use_accurate_framebuffers.bunnei
2018-06-26yuzu: Remove SSBOs check from Qt frontend.bunnei
2018-06-22Merge pull request #579 from SciresM/masterbunnei
2018-06-21Add support for decrypted NCA files (#567)Zach Hilman
2018-06-21Kernel/Arbiters: Mostly implement SignalToAddressMichael Scire
2018-06-21Kernel/Arbiters: Implement WaitForAddressMichael Scire
2018-06-14Bug fixes, testing, and review changesZach Hilman
2018-06-14Add 'Load Folder' menu optionZach Hilman
2018-06-14Add support for main files in file pickerZach Hilman
2018-06-14Recognize main files in game listZach Hilman
2018-06-12Qt: Removed the Registers widget.Subv
2018-06-04qt: add check for GL extension supportBreadFish64
2018-05-19Qt/WaitTree: Display the callstack for each thread in the wait tree widget.Subv
2018-05-10thread: Rename mask to affinity_masks.bunnei
2018-05-10wait_tree: Add ideal core and affinity mask.bunnei
2018-05-10wait_tree: Show all threads on all schedulers.bunnei
2018-05-10core: Add a configuration setting for use_multi_core.bunnei
2018-05-10core: Implement multicore support.bunnei
2018-04-29string_util: Remove StringFromFormat() and related functionsLioncash
2018-04-26frontends: Move logging macros over to new fmt-capable onesLioncash
2018-04-24memory_manager: Make GpuToCpuAddress return an optional.bunnei
2018-04-24memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.bunnei
2018-04-23Merge pull request #370 from Subv/sync_primitivesbunnei
2018-04-23GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format ...Subv
2018-04-20Qt: Update the WaitTree widget to show info about the current mutex of each t...Subv
2018-04-19Implement Pull #3528 from citra: use nvidia graphics automatically on laptops...N00byKing
2018-04-14Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611)adityaruplaha
2018-04-07Prevent crash from uninitialized telemetryJames Rowe
2018-04-06core, main.h: Abort on 32Bit ROMs (#309)N00byKing
2018-04-02Merge pull request #262 from daniellimws/fmtlib-macrosbunnei
2018-04-02Merge pull request #267 from N00byKing/patch-1bunnei
2018-03-30Port citra-emu/citra#3610 to yuzuN00byKing
2018-03-30Remove whitespacesN00byKing
2018-03-30Add Dark theme, Icon themingN00byKing
2018-03-27Merge pull request #286 from N00byKing/citratoyuzuagainbunnei
2018-03-27main.h: Add pragma once, remove ifndefN00byKing
2018-03-26config: Use simplified checkbox (from Citra) for CPU JIT.bunnei
2018-03-26config: Rename is_docked to use_docked_mode to be consistent with other confi...bunnei
2018-03-26configure_general: Cleanup naming.bunnei
2018-03-26qt: Add config option for is_docked.bunnei
2018-03-26config: Add setting for whether the system is docked or not.bunnei
2018-03-26graphics_surface: Remove superfluous cast.bunnei
2018-03-26graphics_surface: Fix merge conflicts.bunnei
2018-03-25main.cpp: Replace Citra with yuzu Wiki LinksN00byKing
2018-03-25main.cpp: Update Dialog from citra to yuzuN00byKing
2018-03-24GPU: Make the debug_context variable a member of the frontend instead of a gl...Subv
2018-03-24Frontend: Updated the surface view debug widget to work with Maxwell surfaces.Subv
2018-03-24Frontend: Allow opening the Surface View widget in the Qt frontend.Subv
2018-03-24Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.Subv
2018-03-22Change "yuzu starting..." to be logged with the new macroDaniel Lim Wee Soong