121 Commits (be5c149d374a7caaead4b7d1bfbd7ae4670fc229)

Author SHA1 Message Date
ReinUsesLisp 0d6d8129c4 yuzu: Remove Maxwell debugger 6 years ago
Lioncash 4c2ed2706e core/memory: Introduce skeleton of Memory class 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
Fernando Sahmkow 82218c925a Kernel: Style and Corrections 7 years ago
Fernando Sahmkow fcc6b34fff Correct PrepareReschedule 7 years ago
Fernando Sahmkow 57a71f899a Add interfacing to the Global Scheduler 7 years ago
Lioncash 839b38c404 core/core: Remove unused header 6 years ago
Lioncash f1382cf0e7 core: Remove Core::CurrentProcess() 6 years ago
Lioncash 69f16ba50e hle/service: Replace global system instance calls with instance-based ones 6 years ago
Zach Hilman f6c53526b3 core/loader: Track the NSO build ID of the current process 7 years ago
Zach Hilman 4153bd8d17 core: Add LM::Manager to system 7 years ago
Zach Hilman bbc1437188 core: Track system exit lock status 7 years ago
Zach Hilman 37850eeee5 core: Update RegisterCheatList for new VM 7 years ago
Zach Hilman c182688ad6 core: Store FileSystemController in core 7 years ago
Lioncash 093e5440e2 core: Remove CurrentArmInterface() global accessor 7 years ago
Fernando Sahmkow 8942047d41 Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts 7 years ago
Zach Hilman e2ad3e1fb0 core: Keep instance of APM Controller 7 years ago
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) 7 years ago