101 Commits (55481df50f98feb04b18beb518904681b8fcc345)

Author SHA1 Message Date
Zach Hilman d40a38df8d core: Keep track of ARPManager and register current application on boot 7 years ago
Lioncash 84a8fb9264 core/loader: Remove LoadKernelSystemMode 7 years ago
Zach Hilman b77fde7c5c loader: Move NSO module tracking to AppLoader 7 years ago
Zach Hilman 2dde8f5cfe core: Add Reporter class to take/save reports 7 years ago
Zach Hilman 2179ad7483 core: Track load offsets of NSO modules 7 years ago
Zach Hilman ec0bc3061e core: Remove specific applets in favor of AppletManager 7 years ago
Zach Hilman 45cb41f517 core: Store system-wide ContentProvider for the emulator 7 years ago
Zach Hilman 52ac6419da vm_manager: Remove cheat-specific ranges from VMManager 7 years ago
Zach Hilman 7053546687 core: Add support for registering and controlling ownership of CheatEngine 7 years ago
Lioncash b114928459 core/core: Remove the global telemetry accessor function 7 years ago
Lioncash bd983414f6 core_timing: Convert core timing into a class 7 years ago
Lioncash a661025637 core/frontend/applets/web_browser: Make OpenPage() non-const 7 years ago
Zach Hilman 32bfa92c71 core: Add getter and setter for WebBrowserApplet frontend 7 years ago
Zach Hilman 58fd0a1c50 core: Add getter/setter for ProfileSelector in System 7 years ago
Zach Hilman c7b41ade74 core: Make GetGameFileFromPath function externally accessible 7 years ago
Zach Hilman e696ed1f4d am: Deglobalize software keyboard applet 7 years ago
Lioncash b77f571d20 core: Add missing const variants of getters for the System class 7 years ago
Lioncash 5484742fda core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 7 years ago
Lioncash 5c0408596f kernel/thread: Use a regular pointer for the owner/current process 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
Markus Wick dce624e3f1 core: Use a raw pointer in GetGPUDebugContext. 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 43e0d865fa core: Namespace all code in the arm subdirectory under the Core namespace 7 years ago
Lioncash c65713832c debug_utils: Remove unused includes 7 years ago
Zach Hilman 67fa51ea2f qt: Add filename and title id to window title while running 7 years ago
Lioncash a0ce6de913 core: Delete System copy/move constructors and assignment operators 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 8 years ago
Hedges e2b74f6354 GDBStub works with both Unicorn and Dynarmic now (#941) 8 years ago
Lioncash 6030c5ce41 video_core: Eliminate the g_renderer global variable 8 years ago
Lioncash 26de4bb521 core/memory: Get rid of 3DS leftovers 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
Lioncash 10d2ab8098 core: Make System's default constructor private 8 years ago
bunnei 811dae12f9 core: Add several missing docstrings. 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 a434fdcb10 core: Implement multicore support. 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