198 Commits (a9f9b207c204650478ddbb9581daa1af8645dc36)

Author SHA1 Message Date
ameerj aeff61a0cc general: Rename "Frame Limit" references to "Speed Limit" 4 years ago
Feng Chen 77f209e391 file_sys: Support load game collection (#6582) 4 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei 796dddf78f hle: kernel: Remove deprecated Object class. 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
Chloe Marcec 5cbbf4f865 lm: Recode LM service 5 years ago
bunnei 039844bbb9 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 5 years ago
bunnei a5b73195c9 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 5 years ago
bunnei 9f8d7748d9 core: loader: Implement support for loading indexed programs. 5 years ago
Lioncash 82ef99b107 core: Remove unused private Init function for the System class 5 years ago
Lioncash 637aa4ddef core: Make use of [[nodiscard]] with the System class 5 years ago
bunnei 3fb8109c94 service: time: Update current time with changes to RTC setting. 5 years ago
Lioncash dba567cfbf core: Mark GetInstance() as deprecated 5 years ago
Lioncash e45b727db5 file_sys/bis_factory: Eliminate usage of the global system accessor 5 years ago
Fernando Sahmkow 94a51e6b21 Core/Common: Address Feedback. 6 years ago
Fernando Sahmkow fda5651072 Services/NvFlinger: Do vSync in a sepparate thread on Multicore. 6 years ago
Fernando Sahmkow adc86e3030 Clang Format. 6 years ago
Fernando Sahmkow b121009e03 General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running. 6 years ago
Fernando Sahmkow b2fea85499 SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThreadCoreMask, GetCurrentProcessorNumber 6 years ago
Fernando Sahmkow 7ee76003ad General: Recover Prometheus project from harddrive failure 6 years ago
bunnei 769f8cbf79 core: system: Rename GetDeviceManager -> DeviceManager. 6 years ago
bunnei ea806268fa core: device_manager: Add a simple class to manage device RAM. 6 years ago
bunnei 5b9e69e7fe core: memory: Move to Core::Memory namespace. 6 years ago
Fernando Sahmkow 8a079a59ed System: Expose Host thread registering routines from kernel. 6 years ago
Fernando Sahmkow 0a5e0d4777 Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 6 years ago
ReinUsesLisp 9328c4be0b yuzu: Remove Maxwell debugger 6 years ago
Lioncash ff443fa835 core/memory: Introduce skeleton of Memory class 6 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
Fernando Sahmkow 5130168171 Kernel: Style and Corrections 7 years ago
Fernando Sahmkow 87334f0f16 Correct PrepareReschedule 7 years ago
Fernando Sahmkow 07524b63e8 Add interfacing to the Global Scheduler 7 years ago
Lioncash 8e9649b547 core/core: Remove unused header 6 years ago
Lioncash 922799f1d5 core: Remove Core::CurrentProcess() 6 years ago
Lioncash e4e4af80e8 hle/service: Replace global system instance calls with instance-based ones 6 years ago
Zach Hilman d2d7eacee7 core/loader: Track the NSO build ID of the current process 7 years ago
Zach Hilman 2fa697bb7c core: Add LM::Manager to system 7 years ago
Zach Hilman dd7a489e5c core: Track system exit lock status 7 years ago
Zach Hilman 3ad3191d56 core: Update RegisterCheatList for new VM 7 years ago
Zach Hilman 89239c8647 core: Store FileSystemController in core 7 years ago
Lioncash 102801e196 core: Remove CurrentArmInterface() global accessor 7 years ago
Fernando Sahmkow 1fb8727a9a Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts 7 years ago
Zach Hilman f7ed383a84 core: Keep instance of APM Controller 7 years ago
Zach Hilman 22bea84c51 core: Keep track of ARPManager and register current application on boot 7 years ago
Lioncash 7dd4fbf551 core/loader: Remove LoadKernelSystemMode 7 years ago
Zach Hilman 227430a157 loader: Move NSO module tracking to AppLoader 7 years ago
Zach Hilman 8d16f91049 core: Add Reporter class to take/save reports 7 years ago
Zach Hilman c1475193ba core: Track load offsets of NSO modules 7 years ago
Zach Hilman 4399df50e3 core: Remove specific applets in favor of AppletManager 7 years ago
Zach Hilman 73a4412736 core: Store system-wide ContentProvider for the emulator 7 years ago
Zach Hilman 20c46b9242 vm_manager: Remove cheat-specific ranges from VMManager 7 years ago