summaryrefslogtreecommitdiff
path: root/src/core/core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Use single instance of profile managerGravatar german772023-12-101-0/+7
* core: refactor emulated cpu core activationGravatar Liam2023-12-041-22/+0
* debug: Add renderdoc capture hotkeyGravatar GPUCode2023-09-141-0/+6
* am: Implement UserChannel parametersGravatar FearlessTobi2023-09-101-0/+7
* am: shorten shutdown timeout when lock is not heldGravatar Liam2023-08-261-2/+5
* general: reduce use of dynamic_castGravatar Liam2023-07-211-0/+3
* MemoryTracking: Initial setup of atomic writes.Gravatar Fernando Sahmkow2023-06-281-1/+10
* core: decouple ARM interface from DynarmicGravatar Liam2023-06-121-4/+4
* nvnflinger: allow locking framerate during video playbackGravatar Liam2023-06-081-0/+3
* GPU: Add Reactive flushingGravatar Fernando Sahmkow2023-05-071-0/+2
* memory: rename global memory references to application memoryGravatar Liam2023-03-231-2/+2
* kernel: use KTypedAddress for addressesGravatar Liam2023-03-221-2/+2
* general: fix spelling mistakesGravatar Liam2023-03-121-1/+1
* service: refactor server architectureGravatar Liam2023-02-211-0/+5
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-9/+9
* EmuThread: refactorGravatar Liam2022-12-171-2/+2
* core: Partially persist emulation state across game boots.Gravatar bunnei2022-10-181-2/+8
* NVDRV: Further refactors and eliminate old code.Gravatar Fernando Sahmkow2022-10-061-10/+0
* VideoCore: Refactor syncing.Gravatar Fernando Sahmkow2022-10-061-0/+9
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-3/+2
* network: Move global state into a seperate classGravatar FearlessTobi2022-07-251-0/+10
* Project AndioGravatar Kelebek12022-07-221-0/+19
* kernel: implement KProcess suspensionGravatar Liam2022-06-141-2/+2
* core/debugger: fix a number of shutdown deadlocksGravatar Liam2022-06-101-0/+3
* core/debugger: Implement new GDB stub debuggerGravatar Liam2022-06-011-6/+12
* Remove unused PrepareReschedule functionGravatar Merry2022-04-241-3/+0
* core: hle: kernel: Reflect non-emulated threads as core 3.Gravatar bunnei2021-12-061-3/+0
* Morph review first waveGravatar german772021-11-241-1/+1
* core: Register HIDGravatar german772021-11-241-0/+10
* general: Get the current process program id directly from the systemGravatar Morph2021-11-041-0/+2
* NvHost/Core: Address Feedback.Gravatar Fernando Sahmkow2021-10-161-1/+3
* Suspend temporallyGravatar FernandoS272021-10-161-0/+2
* core: Move ResultStatus outside of SystemGravatar Morph2021-10-151-19/+20
* core: Remove static system instanceGravatar Morph2021-10-151-14/+4
* core: Add Exit and ExitCallbackGravatar Morph2021-10-011-0/+12
* Revert "kernel: Various improvements to scheduler"Gravatar bunnei2021-08-251-0/+3
* logging: Fix log filter during initializationGravatar ameerj2021-08-241-6/+1
* Merge pull request #6869 from yzct12345/shiny-logs-in-the-fireplaceGravatar bunnei2021-08-221-2/+7
|\
| * logging: Simplify and make thread-safeGravatar yzct123452021-08-131-2/+7
* | core: hle: kernel: Reflect non-emulated threads as core 3.Gravatar bunnei2021-08-071-3/+0
|/
* general: Rename "Frame Limit" references to "Speed Limit"Gravatar ameerj2021-07-231-5/+5
* file_sys: Support load game collection (#6582)Gravatar Feng Chen2021-07-201-1/+1
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-3/+3
* hle: kernel: Remove deprecated Object class.Gravatar bunnei2021-05-051-1/+0
* common: Move settings to common from core.Gravatar bunnei2021-04-141-0/+3
* lm: Recode LM serviceGravatar Chloe Marcec2021-01-201-7/+0
* hle: kernel: Rewrite scheduler implementation based on Mesopshere.Gravatar bunnei2020-12-061-16/+4
* core: arm: Implement InvalidateCacheRange for CPU cache invalidation.Gravatar bunnei2020-11-291-0/+2
* core: loader: Implement support for loading indexed programs.Gravatar bunnei2020-11-241-1/+21
* core: Remove unused private Init function for the System classGravatar Lioncash2020-11-181-8/+0