206 Commits (9187350b322c3140c2bec3938b91289ab55e9aae)

Author SHA1 Message Date
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 7 years ago
Lioncash b77f571d20 core: Add missing const variants of getters for the System class 7 years ago
Lioncash f109615be0 core: Remove unnecessary assert in ArmInterface() 7 years ago
Lioncash 5484742fda core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash 59f872a8e0 core: Make the live Cpu instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash aeadbfa790 core: Make the exclusive monitor a unique_ptr instead of a shared_ptr 7 years ago
Lioncash c34efbbd60 core: Make CPUBarrier a unique_ptr instead of a shared_ptr 7 years ago
Lioncash 0149162dba filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesystem instance by reference 7 years ago
Lioncash 5c0408596f kernel/thread: Use a regular pointer for the owner/current process 7 years ago
Lioncash a63e6f9dfd loader: Make the Load() function take a process as a regular reference, not a SharedPtr 7 years ago
Lioncash 28bef31ea8 vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 3f17fe7133 core: Migrate current_process pointer to the kernel 7 years ago
Lioncash 56ab608044 core/core: Remove unnecessary sm/controller include 7 years ago
Markus Wick dce624e3f1 core: Use a raw pointer in GetGPUDebugContext. 7 years ago
Lioncash a405373144 vfs_real: Forward declare IOFile 7 years ago
Lioncash 4a587b81b2 core/core: Replace includes with forward declarations where applicable 7 years ago
Lioncash e2457418da core: Make the main System class use the PImpl idiom 7 years ago
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 8 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