summaryrefslogtreecommitdiff
path: root/src/core/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vi: manage resources independently of nvnflinger and refactorGravatar Liam2024-02-171-1/+6
* nvnflinger: convert to processGravatar Liam2024-02-171-3/+1
* kernel: add and enable system suspend typeGravatar Liam2024-02-141-5/+5
* am: migrate global state to per-applet state structureGravatar Liam2024-01-291-4/+5
* am: retrieve main applet creation info from frontendGravatar Liam2024-01-291-19/+30
* am: re-namespace frontend applets to frontend directoryGravatar Liam2024-01-291-12/+12
* Move time services to new IPC.Gravatar Kelebek12024-01-271-7/+7
* fs: Replace Mode enum by OpenMode enumGravatar FearlessTobi2024-01-251-4/+4
* vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-251-2/+2
* Merge pull request #12499 from Kelebek1/timeGravatar liamwhite2024-01-251-30/+59
|\
| * Rework time service to fix time passing offline.Gravatar Kelebek12024-01-241-30/+59
* | Core: Make sure GPU Dirty Managers ae shared by all processes.Gravatar Fernando Sahmkow2024-01-181-1/+11
* | SMMU: Initial adaptation to video_core.Gravatar Fernando Sahmkow2024-01-181-1/+1
|/
* fsp-srv: use program registry for SetCurrentProcessGravatar Liam2024-01-111-0/+1
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-051-1/+1
* kernel: instantiate memory separately for each guest processGravatar Liam2023-12-221-52/+21
* core: Use single instance of profile managerGravatar german772023-12-101-2/+12
* core: refactor emulated cpu core activationGravatar Liam2023-12-041-25/+0
* kernel: make sure new process is in listGravatar Liam2023-10-251-0/+1
* kernel: shutdown app before gpuGravatar Liam2023-10-211-1/+1
* kernel: update KProcessGravatar Liam2023-10-211-8/+0
* fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersGravatar Liam2023-10-131-5/+2
* 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