summaryrefslogtreecommitdiff
path: root/src/core/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* core: Don't shutdown a null GPUGravatar lat9nq2022-03-071-1/+3
* core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.Gravatar bunnei2022-02-211-1/+10
* gpu: Add shut down method to synchronize threads before destructionGravatar ameerj2022-01-031-0/+2
* core: hle: kernel: Reflect non-emulated threads as core 3.Gravatar bunnei2021-12-061-6/+0
* core: Register HIDGravatar german772021-11-241-3/+11
* Merge pull request #7279 from Morph1984/system-get-program-idGravatar Morph2021-11-041-1/+5
|\
| * general: Get the current process program id directly from the systemGravatar Morph2021-11-041-0/+4
| * general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-1/+1
* | core: Reorder perf_stats destruction order on ShutdownGravatar ameerj2021-11-041-1/+1
|/
* core: Remove unused includesGravatar ameerj2021-11-031-4/+0
* Revert PR7009Gravatar Feng Chen2021-10-271-13/+3
* settings: Remove std::chrono usageGravatar ameerj2021-10-171-2/+3
* NvHost/Core: Address Feedback.Gravatar Fernando Sahmkow2021-10-161-15/+19
* Suspend temporallyGravatar FernandoS272021-10-161-0/+27
* core: Move ResultStatus outside of SystemGravatar Morph2021-10-151-24/+25
* core: Remove static system instanceGravatar Morph2021-10-151-14/+1
* core: Add Exit and ExitCallbackGravatar Morph2021-10-011-0/+13
* video_core: Fix jthread related hangs when stopping emulationGravatar ameerj2021-09-231-1/+1
* gpu: Use std::jthread for async gpu threadGravatar ameerj2021-09-151-5/+1
* core: Destroy main_process during shutdownGravatar ameerj2021-09-131-3/+12
* Revert "kernel: Various improvements to scheduler"Gravatar bunnei2021-08-251-0/+6
* logging: Fix log filter during initializationGravatar ameerj2021-08-241-1/+9
* 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-6/+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-7/+6
* service: Append service name prefix to common filenamesGravatar Morph2021-07-141-2/+2
* general: Code formatting improvementsGravatar lat9nq2021-07-081-2/+2
* general: Make most settings a BasicSettingGravatar lat9nq2021-06-281-3/+3
* core: Make is_powered_on atomicGravatar Rodrigo Locatti2021-06-221-2/+3
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-2/+2
* Merge pull request #6321 from lat9nq/per-game-cpuGravatar bunnei2021-05-201-1/+1
|\
| * general: Demote custom_rtc to regular settingGravatar lat9nq2021-05-171-1/+1
* | perf_stats: Rework FPS counter to be more accurateGravatar ameerj2021-05-151-1/+2
|/
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-7/+7
* hle: kernel: Migrate KClientPort to KAutoObject.Gravatar bunnei2021-05-051-1/+1
* hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps.Gravatar bunnei2021-05-051-1/+1
* hle: kernel: Migrate KProcess to KAutoObject.Gravatar bunnei2021-05-051-3/+6
* core: Defer CoreTiming initialization.Gravatar bunnei2021-05-051-1/+1
* core: memory: Add a work-around to allocate and access kernel memory regions ...Gravatar bunnei2021-05-051-0/+1
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+10
* video_core/gpu_thread: Implement a ShutDown method.Gravatar Markus Wick2021-04-071-1/+1
* core: Shutdown: Move kernel cleanup to later in shutdown.Gravatar bunnei2021-03-011-12/+1
* kernel: Fix resource release exception on exitGravatar ameerj2021-02-201-0/+3