182 Commits (84a8fb9264b5018d97e487f3e473b5ebb43b48f1)

Author SHA1 Message Date
Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 7 years ago
Lioncash 8492ec1669 core: Remove always true conditionals in Load() 7 years ago
Zach Hilman bfb945c243 qt: Add 'Install to NAND' option to menu 7 years ago
Zach Hilman 95bb1067c1 loader: Join 0* files in directory if filename is 00 7 years ago
Lioncash 0a93b45b6a core: Namespace EmuWindow 7 years ago
Zach Hilman ec3bef7b4c loader: Add more descriptive errors 7 years ago
Zach Hilman 4b471f0554 core: Port core to VfsFilesystem for file access 7 years ago
Hedges e2b74f6354 GDBStub works with both Unicorn and Dynarmic now (#941) 7 years ago
Lioncash 2665457f4a renderer_base: Make Rasterizer() return the rasterizer by reference 7 years ago
Lioncash 6030c5ce41 video_core: Eliminate the g_renderer global variable 7 years ago
Lioncash 26de4bb521 core/memory: Get rid of 3DS leftovers 7 years ago
Lioncash c6db1c390b hw: Remove unused files 8 years ago
Lioncash bf45092c61 kernel: Move object class to its own source files 8 years ago
Lioncash 0f2ac928f2 video_core: Make global EmuWindow instance part of the base renderer class 8 years ago
Zach Hilman 187d8e215f Use more descriptive error codes and messages 8 years ago
bunnei eaf66b4c9f audio_core: Move to audout_u impl. 8 years ago
bunnei 2a742229ee core: Add AudioCore to global state. 8 years ago
MerryMage 0b1c2e5505 Implement exclusive monitor 8 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Lioncash 10d2ab8098 core: Make System's default constructor private 8 years ago
Lioncash 3a4841e403 core: Don't construct instance of Core::System, just to access its live instance 8 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 77c684c114 Virtual Filesystem (#597) 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 edc52250b8 core: Run all CPU cores separately, even in single-thread mode. 8 years ago
bunnei 8aa5d25f82 threading: Reschedule only on cores that are necessary. 8 years ago
bunnei 9bf2a428f9 core: Add a configuration setting for use_multi_core. 8 years ago
bunnei cba69fdcd4 core: Support session close with multicore. 8 years ago
bunnei 9776ff9179 core: Create a thread for each CPU core, keep in lock-step with a barrier. 8 years ago
bunnei 5590245930 core: Move common CPU core things to its own class. 8 years ago
Lioncash c33755e2b9
core: Replace remaining old non-generic logger usages with fmt-capable equivalents 8 years ago
Lioncash 659a612368 core: Relocate g_service_manager to the System class 8 years ago
N00byKing 358050cfc6 core, main.h: Abort on 32Bit ROMs (#309) 8 years ago
bunnei 94f4009c3b config: Use simplified checkbox (from Citra) for CPU JIT. 8 years ago
N00byKing 1d8b6ad13b Clang Fixes 8 years ago
N00byKing 0e72d0d826 More Warning cleanups 8 years ago
N00byKing ef875d6a35 Clean Warnings (?) 8 years ago
bunnei 7d6653268f core: Move process creation out of global state. 8 years ago
N00byKing bc88cae0c7 Implements citra-emu/citra#3184 8 years ago
MerryMage 1cdc74c5e9 core: Fix scheduler-shutdown related crash 8 years ago
bunnei 8db80d8389 scheduler: Cleanup based on PR feedback. 8 years ago
bunnei ac81c02ed9 kernel: Use Scheduler class for threading. 8 years ago
bunnei 2d4a6883bc core: Use shared_ptr for cpu_core. 8 years ago
Subv 6cddf9d88e Make a GPU class in VideoCore to contain the GPU state. 8 years ago
River City Ransomware c8a094e164 Port citra #3352 to yuzu (#103) 8 years ago
N00byKing 30d2ba9de3
Update core.cpp 8 years ago
James Rowe 389979018c Remove gpu debugger and get yuzu qt to compile 8 years ago
MerryMage b628192bf2 configuration: Add cpu_core configuration option 8 years ago
MerryMage d2fbc78320 arm_dynarmic: Implement core 8 years ago