summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
AgeCommit message (Expand)Author
2023-07-21general: reduce use of dynamic_castLiam
2023-06-28Memory Tracking: Optimize tracking to only use atomic writes when contested w...Fernando Sahmkow
2023-06-28MemoryTracking: Initial setup of atomic writes.Fernando Sahmkow
2023-06-12core: decouple ARM interface from DynarmicLiam
2023-06-08nvnflinger: allow locking framerate during video playbackLiam
2023-05-26vfs_concat: fix time complexity of readLiam
2023-05-07GPU: Add Reactive flushingFernando Sahmkow
2023-05-03Merge pull request #10117 from liamwhite/sync-registerbunnei
2023-04-30settings: rename extended memory layout to unsafe, move from general to systemLiam
2023-04-29kernel: match calls to Register and UnregisterLiam
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