summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
AgeCommit message (Expand)Author
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-12kernel: convert KProcess to new styleLiam
2023-03-12general: fix spelling mistakesLiam
2023-02-21service: refactor server architectureLiam
2023-02-21core: defer cpu shutdownLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-12-17EmuThread: refactorLiam
2022-12-06general: improve handling of system startup failureLiam
2022-11-26core: Use atomic instead of a lock to protect is_paused.bunnei
2022-10-30kernel: reinitialize after dram layout changeLiam
2022-10-23core: barrier service thread shutdownLiam
2022-10-18core: Initialize: Add missing braces.bunnei
2022-10-18core: core_timing: Re-initialize if single/multicore state changes.bunnei
2022-10-18core: Partially persist emulation state across game boots.bunnei
2022-10-06NVDRV: Further refactors and eliminate old code.Fernando Sahmkow
2022-10-06NVDRV: Refactor Host1xFernando Sahmkow
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow
2022-09-13Remove pause callbacks from coretimingKelebek1
2022-08-27yuzu: Display current game version in multiplayer roomFearlessTobi
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-25network: Move global state into a seperate classFearlessTobi
2022-07-25core: Fix -Wunused-variableFearlessTobi
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi
2022-07-22Project AndioKelebek1
2022-06-14kernel: implement KProcess suspensionLiam
2022-06-10core/debugger: fix a number of shutdown deadlocksLiam
2022-06-01core/debugger: Implement new GDB stub debuggerLiam
2022-04-24Remove unused PrepareReschedule functionMerry
2022-03-19core: Reduce unused includesameerj
2022-03-07core: Don't shutdown a null GPUlat9nq
2022-02-21core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.bunnei
2022-01-03gpu: Add shut down method to synchronize threads before destructionameerj
2021-12-06core: hle: kernel: Reflect non-emulated threads as core 3.bunnei
2021-11-24core: Register HIDgerman77
2021-11-04Merge pull request #7279 from Morph1984/system-get-program-idMorph
2021-11-04core: Reorder perf_stats destruction order on Shutdownameerj
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-03core: Remove unused includesameerj
2021-10-27Revert PR7009Feng Chen
2021-10-17settings: Remove std::chrono usageameerj
2021-10-16NvHost/Core: Address Feedback.Fernando Sahmkow
2021-10-16Suspend temporallyFernandoS27
2021-10-15core: Move ResultStatus outside of SystemMorph
2021-10-15core: Remove static system instanceMorph
2021-10-01core: Add Exit and ExitCallbackMorph
2021-09-23video_core: Fix jthread related hangs when stopping emulationameerj
2021-09-15gpu: Use std::jthread for async gpu threadameerj
2021-09-13core: Destroy main_process during shutdownameerj