355 Commits (b8da5b73b2c82b70cfb56964f38f27fa6fa62f2e)

Author SHA1 Message Date
Liam b8da5b73b2 kernel: convert KProcess to new style 3 years ago
Liam 5be8a74b0c general: fix spelling mistakes 3 years ago
Liam 1c3a93e7c4 service: refactor server architecture 3 years ago
Liam 5175ea2ae1 core: defer cpu shutdown 3 years ago
arades79 60a68839ee remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 adcef452e0 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Liam c68577384a general: rename CurrentProcess to ApplicationProcess 3 years ago
Liam c11dff8639 EmuThread: refactor 3 years ago
Liam 08d81c9726 general: improve handling of system startup failure 3 years ago
bunnei 94ee753735 core: Use atomic instead of a lock to protect is_paused. 3 years ago
Liam a0ed2571c7 kernel: reinitialize after dram layout change 3 years ago
Liam ee969900ae core: barrier service thread shutdown 3 years ago
bunnei e3cb70d8df core: Initialize: Add missing braces. 3 years ago
bunnei 438c1b5c18 core: core_timing: Re-initialize if single/multicore state changes. 3 years ago
bunnei a35c884097 core: Partially persist emulation state across game boots. 3 years ago
Fernando Sahmkow 43d8a8fb77 NVDRV: Further refactors and eliminate old code. 4 years ago
Fernando Sahmkow 383f95a063 NVDRV: Refactor Host1x 4 years ago
Fernando Sahmkow a6425c97e4 VideoCore: Refactor syncing. 4 years ago
Kelebek1 c6d4071162 Remove pause callbacks from coretiming 3 years ago
FearlessTobi 31c4475420 yuzu: Display current game version in multiplayer room 3 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
FearlessTobi 10e2c8ef6a network: Move global state into a seperate class 3 years ago
FearlessTobi 5ad67e876b core: Fix -Wunused-variable 4 years ago
FearlessTobi 60008b680e yuzu: Add ui files for multiplayer rooms 4 years ago
Kelebek1 be1f5f1d9f Project Andio 3 years ago
Liam 59a6d88625 kernel: implement KProcess suspension 4 years ago
Liam c14f683322 core/debugger: fix a number of shutdown deadlocks 4 years ago
Liam 2ee161a0bf core/debugger: Implement new GDB stub debugger 4 years ago
Merry 71b0b6274e Remove unused PrepareReschedule function 4 years ago
ameerj 22e01068e1 core: Reduce unused includes 4 years ago
lat9nq 7df809b8b1 core: Don't shutdown a null GPU 4 years ago
bunnei 09adf10025 core: hle: kernel: KProcess: Pass in KResourceLimit on process creation. 4 years ago
ameerj 664fcdc64b gpu: Add shut down method to synchronize threads before destruction 4 years ago
bunnei cae0bef7ec core: hle: kernel: Reflect non-emulated threads as core 3. 4 years ago
german77 4f3c5f0101 core: Register HID 4 years ago
ameerj a09800057a core: Reorder perf_stats destruction order on Shutdown 4 years ago
Morph 41a0c088ba general: Get the current process program id directly from the system 4 years ago
Morph 10508e7af2 general: Rename GetTitleID to GetProgramID 4 years ago
ameerj d27abf5546 core: Remove unused includes 4 years ago
Feng Chen 301d0ac5e0 Revert PR7009 4 years ago
ameerj 6cfd975469 settings: Remove std::chrono usage 4 years ago
Fernando Sahmkow 3aaf788385 NvHost/Core: Address Feedback. 4 years ago
FernandoS27 50495de641 Suspend temporally 4 years ago
Morph 458ab5a916 core: Move ResultStatus outside of System 4 years ago
Morph 3de2a8ba2c core: Remove static system instance 4 years ago
Morph 37e30e80ed core: Add Exit and ExitCallback 4 years ago
ameerj a07f80d672 video_core: Fix jthread related hangs when stopping emulation 4 years ago
ameerj 2cb4bb689b gpu: Use std::jthread for async gpu thread 4 years ago
ameerj 177affe3ce core: Destroy main_process during shutdown 4 years ago
bunnei 5e600cba3a Revert "kernel: Various improvements to scheduler" 4 years ago