summaryrefslogtreecommitdiff
path: root/src/core/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Update clocks when settings are savedGravatar Narr the Reg2023-10-031-0/+4
* Vulkan: add temporary workaround for AMDVLKGravatar Fernando Sahmkow2023-09-161-0/+7
* debug: Add renderdoc capture hotkeyGravatar GPUCode2023-09-141-0/+11
* Merge pull request #11385 from liamwhite/acceptcancelGravatar liamwhite2023-09-131-0/+2
|\
| * internal_network: cancel pending socket operations on application process ter...Gravatar Liam2023-08-261-0/+2
* | am: Implement UserChannel parametersGravatar FearlessTobi2023-09-101-0/+6
* | am: shorten shutdown timeout when lock is not heldGravatar Liam2023-08-261-7/+18
|/
* Merge pull request #10839 from lat9nq/pgc-plusGravatar liamwhite2023-08-021-8/+20
|\
| * core,common: Give memory layout setting an enumGravatar lat9nq2023-07-211-3/+7
| * configure_system: Implement with for loopGravatar lat9nq2023-07-211-7/+13
| * settings,core,config_sys: Remove optional type from custom_rtc, rng_seedGravatar lat9nq2023-07-211-1/+3
* | general: reduce use of dynamic_castGravatar Liam2023-07-211-0/+8
|/
* Memory Tracking: Optimize tracking to only use atomic writes when contested w...Gravatar Fernando Sahmkow2023-06-281-2/+6
* MemoryTracking: Initial setup of atomic writes.Gravatar Fernando Sahmkow2023-06-281-0/+26
* core: decouple ARM interface from DynarmicGravatar Liam2023-06-121-13/+13
* nvnflinger: allow locking framerate during video playbackGravatar Liam2023-06-081-0/+18
* vfs_concat: fix time complexity of readGravatar Liam2023-05-261-2/+1
* GPU: Add Reactive flushingGravatar Fernando Sahmkow2023-05-071-0/+4
* Merge pull request #10117 from liamwhite/sync-registerGravatar bunnei2023-05-031-0/+1
|\
| * kernel: match calls to Register and UnregisterGravatar Liam2023-04-291-0/+1
* | settings: rename extended memory layout to unsafe, move from general to systemGravatar Liam2023-04-301-3/+3
|/
* memory: rename global memory references to application memoryGravatar Liam2023-03-231-3/+3
* kernel: use KTypedAddress for addressesGravatar Liam2023-03-221-2/+2
* kernel: convert KProcess to new styleGravatar Liam2023-03-121-2/+2
* general: fix spelling mistakesGravatar Liam2023-03-121-1/+1
* service: refactor server architectureGravatar Liam2023-02-211-0/+4
* core: defer cpu shutdownGravatar Liam2023-02-211-3/+4
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-21/+21
* EmuThread: refactorGravatar Liam2022-12-171-12/+6
* general: improve handling of system startup failureGravatar Liam2022-12-061-1/+3
* core: Use atomic instead of a lock to protect is_paused.Gravatar bunnei2022-11-261-6/+5
* kernel: reinitialize after dram layout changeGravatar Liam2022-10-301-1/+8
* core: barrier service thread shutdownGravatar Liam2022-10-231-0/+1
* core: Initialize: Add missing braces.Gravatar bunnei2022-10-181-2/+4
* core: core_timing: Re-initialize if single/multicore state changes.Gravatar bunnei2022-10-181-5/+20
* core: Partially persist emulation state across game boots.Gravatar bunnei2022-10-181-29/+36
* NVDRV: Further refactors and eliminate old code.Gravatar Fernando Sahmkow2022-10-061-11/+0
* NVDRV: Refactor Host1xGravatar Fernando Sahmkow2022-10-061-1/+1
* VideoCore: Refactor syncing.Gravatar Fernando Sahmkow2022-10-061-0/+12
* Remove pause callbacks from coretimingGravatar Kelebek12022-09-131-4/+0
* yuzu: Display current game version in multiplayer roomGravatar FearlessTobi2022-08-271-0/+9
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-3/+2
* network: Move global state into a seperate classGravatar FearlessTobi2022-07-251-3/+13
* core: Fix -Wunused-variableGravatar FearlessTobi2022-07-251-1/+3
* yuzu: Add ui files for multiplayer roomsGravatar FearlessTobi2022-07-251-1/+16
* Project AndioGravatar Kelebek12022-07-221-3/+48
* kernel: implement KProcess suspensionGravatar Liam2022-06-141-10/+8
* core/debugger: fix a number of shutdown deadlocksGravatar Liam2022-06-101-0/+6
* core/debugger: Implement new GDB stub debuggerGravatar Liam2022-06-011-4/+25
* Remove unused PrepareReschedule functionGravatar Merry2022-04-241-4/+0