127 Commits (55ef6c66860c02dc182d1b9d1e5ad9903d42b07b)

Author SHA1 Message Date
Zach Hilman 82150bd5c1 Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Lioncash 2b547cda84 game_list: Make ContainsAllWords an internally linked non-member function 8 years ago
Lioncash 80b03cb214 game_list: Upper-case containsAllWords to ContainsAllWords() 8 years ago
Lioncash 75eba5fdb9 game_list: Make containsAllWords a const member function 8 years ago
Lioncash 308205980e game_list: Remove unnecessary QString initialization in KeyReleaseEater 8 years ago
bunnei 6143bfd58a settings: Turn docked mode off by default. 8 years ago
bunnei 91e048cce7 OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. 8 years ago
James Rowe ca04901b0f yuzu - Fix duplicate logs 8 years ago
bunnei 0c22a8d514 Revert "Virtual Filesystem (#597)" 8 years ago
fearlessTobi fa8a9656a9 Port #3505 from CItra 8 years ago
Zach Hilman 12e9522b32 Virtual Filesystem (#597) 8 years ago
James Rowe 7af1a786d5 Add configurable logging backends 8 years ago
James Rowe d74d2a77cb Update clang format 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
bunnei 47ba060950 settings: Add a configuration for use_accurate_framebuffers. 8 years ago
bunnei 78ce5a7026 yuzu: Remove SSBOs check from Qt frontend. 8 years ago
Zach Hilman a47f36da7b Add support for decrypted NCA files (#567) 8 years ago
Michael Scire d12af72c8f Kernel/Arbiters: Mostly implement SignalToAddress 8 years ago
Michael Scire 3119b64d86 Kernel/Arbiters: Implement WaitForAddress 8 years ago
Zach Hilman 044ed8717e Bug fixes, testing, and review changes 8 years ago
Zach Hilman ad8d79aade Add 'Load Folder' menu option 8 years ago
Zach Hilman ba498ab930 Add support for main files in file picker 8 years ago
Zach Hilman ea7301923c Recognize main files in game list 8 years ago
Subv de53649e61 Qt: Removed the Registers widget. 8 years ago
BreadFish64 a7e6cadc81 qt: add check for GL extension support 8 years ago
Subv 5647fa35ff Qt/WaitTree: Display the callstack for each thread in the wait tree widget. 8 years ago
bunnei ce7d89cb0e thread: Rename mask to affinity_masks. 8 years ago
bunnei f006872017 wait_tree: Add ideal core and affinity mask. 8 years ago
bunnei 26a22031aa wait_tree: Show all threads on all schedulers. 8 years ago
bunnei bbd273e7ce core: Add a configuration setting for use_multi_core. 8 years ago
bunnei 44c565aeca core: Implement multicore support. 8 years ago
Lioncash d1e3e0eb42 string_util: Remove StringFromFormat() and related functions 8 years ago
Lioncash ef3129bf7a frontends: Move logging macros over to new fmt-capable ones 8 years ago
bunnei b6bed8fd74 memory_manager: Make GpuToCpuAddress return an optional. 8 years ago
bunnei ebef12f037 memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses. 8 years ago
Subv fa6edc4412 GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format as the A2BGR10 texture format. 8 years ago
Subv 106d31e8c3 Qt: Update the WaitTree widget to show info about the current mutex of each thread. 8 years ago
N00byKing f2001a33cc Implement Pull #3528 from citra: use nvidia graphics automatically on laptops with optimus (with AMD support) (#271) 8 years ago
adityaruplaha 4716115c3d Fix the stuck in fullscreen bug (Original PR: citra-emu/citra#3611) 8 years ago
James Rowe 92254855e7 Prevent crash from uninitialized telemetry 8 years ago
N00byKing 6d5b25c136 core, main.h: Abort on 32Bit ROMs (#309) 8 years ago
N00byKing 6386f0910c Port citra-emu/citra#3610 to yuzu 8 years ago
N00byKing 7555b881e8 Remove whitespaces 8 years ago
N00byKing 675b525fb8 Add Dark theme, Icon theming 8 years ago
N00byKing a037c8914a main.h: Add pragma once, remove ifndef 8 years ago
bunnei 32181284be config: Use simplified checkbox (from Citra) for CPU JIT. 8 years ago
bunnei af6e1f8554 config: Rename is_docked to use_docked_mode to be consistent with other config bools. 8 years ago
bunnei b4fb85ff0f configure_general: Cleanup naming. 8 years ago
bunnei 534cee3d8b qt: Add config option for is_docked. 8 years ago
bunnei 679d29d9f8 config: Add setting for whether the system is docked or not. 8 years ago