209 Commits (dd70ddad7edb7cfbdddaed0ac657544a613d46e2)

Author SHA1 Message Date
bunnei ca84b530a3 audio_core: Add configuration settings. 8 years ago
Tobias 1e873eea36 Port #3769 from Citra: "Update Dark theme to latest version" 8 years ago
fearlessTobi c87f198201 Port #3913 from Citra: "citra_qt: Remove obsolete application attribute" 8 years ago
fearlessTobi b97739029b Port #3911 from Citra: "Optimize settings application" 8 years ago
fearlessTobi e8674f1f09 Port #3837 from Citra: "Add build date in about dialog" 8 years ago
fearlessTobi 18c2c96927 Port #3594 from Citra 8 years ago
Lioncash 0cd843151f kernel/timer: Make data members private where applicable 8 years ago
fearlessTobi 6f05a57712 Port #3665 from Citra 8 years ago
Lioncash 2474340684 wait_tree: Add missing switch case for WaitTreeThread::GetText() 8 years ago
Lioncash 9d2cacdc9e wait_tree: Silence warning about all code paths not returning a value 8 years ago
Subv ba2fb83d60 Frontend: Check for more required OpenGL extensions during startup. 8 years ago
Lioncash 0ba7fe4ab1 file_util: Use a u64 to represent number of entries 8 years ago
Lioncash d66b43dadf file_util: Use an enum class for GetUserPath() 8 years ago
Lioncash 863579736c gpu: Rename Get3DEngine() to Maxwell3D() 8 years ago
Lioncash dbfe82773d thread: Convert ThreadStatus into an enum class 8 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Lioncash d17e172d92 game_list: Make ContainsAllWords an internally linked non-member function 8 years ago
Lioncash f4b98a857b game_list: Upper-case containsAllWords to ContainsAllWords() 8 years ago
Lioncash c8f3fc9a4b game_list: Make containsAllWords a const member function 8 years ago
Lioncash f4c69149f9 game_list: Remove unnecessary QString initialization in KeyReleaseEater 8 years ago
bunnei 03c2d049d4 settings: Turn docked mode off by default. 8 years ago
bunnei 05cb10530f OpenGL: Use MakeCurrent/DoneCurrent for multithreaded rendering. 8 years ago
James Rowe b30c5370b1 yuzu - Fix duplicate logs 8 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)" 8 years ago
fearlessTobi b8384c0c91 Port #3505 from CItra 8 years ago
Zach Hilman 77c684c114 Virtual Filesystem (#597) 8 years ago
James Rowe 6269a01b4e Add configurable logging backends 8 years ago
James Rowe 0d46f0df12 Update clang format 8 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
bunnei 1bbbd26563 settings: Add a configuration for use_accurate_framebuffers. 8 years ago
bunnei 1669911b1d yuzu: Remove SSBOs check from Qt frontend. 8 years ago
Zach Hilman 63f26d5c40 Add support for decrypted NCA files (#567) 8 years ago
Michael Scire 4f81bc4e1b Kernel/Arbiters: Mostly implement SignalToAddress 8 years ago
Michael Scire 9d71ce88ce Kernel/Arbiters: Implement WaitForAddress 8 years ago
Zach Hilman acc8fe5a2a Bug fixes, testing, and review changes 8 years ago
Zach Hilman f969ddb54e Add 'Load Folder' menu option 8 years ago
Zach Hilman 9f8fbce35b Add support for main files in file picker 8 years ago
Zach Hilman 94d27b1717 Recognize main files in game list 8 years ago
Subv 7786f41cc0 Qt: Removed the Registers widget. 8 years ago
BreadFish64 0641950f9a qt: add check for GL extension support 8 years ago
Subv c50393e066 Qt/WaitTree: Display the callstack for each thread in the wait tree widget. 8 years ago
bunnei 46ec9a9bc9 thread: Rename mask to affinity_masks. 8 years ago
bunnei e6671190a5 wait_tree: Add ideal core and affinity mask. 8 years ago
bunnei 5c0421ebd8 wait_tree: Show all threads on all schedulers. 8 years ago
bunnei 9bf2a428f9 core: Add a configuration setting for use_multi_core. 8 years ago
bunnei a434fdcb10 core: Implement multicore support. 8 years ago
Lioncash 3abba08080
string_util: Remove StringFromFormat() and related functions 8 years ago
Lioncash 3062eb52f4
frontends: Move logging macros over to new fmt-capable ones 8 years ago
bunnei 239ac8abe2 memory_manager: Make GpuToCpuAddress return an optional. 8 years ago
bunnei 9e11a76e92 memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses. 8 years ago