summaryrefslogtreecommitdiff
path: root/src/core/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3337 from ReinUsesLisp/vulkan-stagedGravatar bunnei2020-02-031-1/+3
|\
| * core: Only wait for idle on gpu_core when it was initializedGravatar ReinUsesLisp2020-01-291-1/+3
* | System: Address FeedbackGravatar Fernando Sahmkow2020-01-271-2/+2
* | System: Correct PrepareReschedule.Gravatar Fernando Sahmkow2020-01-261-1/+1
* | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Gravatar Fernando Sahmkow2020-01-261-23/+21
* | Core: Refactor CPU Management.Gravatar Fernando Sahmkow2020-01-251-13/+22
|/
* yuzu: Remove Maxwell debuggerGravatar ReinUsesLisp2020-01-021-10/+0
* core/memory: Introduce skeleton of Memory classGravatar Lioncash2019-11-261-3/+13
* Merge pull request #2971 from FernandoS27/new-scheduler-v2Gravatar David2019-10-281-0/+16
|\
| * Kernel: Style and CorrectionsGravatar Fernando Sahmkow2019-10-151-2/+3
| * Correct PrepareRescheduleGravatar Fernando Sahmkow2019-10-151-0/+5
| * Add interfacing to the Global SchedulerGravatar Fernando Sahmkow2019-10-151-0/+10
* | core: Fix clang-format errors.Gravatar bunnei2019-10-191-9/+10
* | Fix null pointer deref.Gravatar Nicolae-Andrei Cociorba2019-10-181-10/+12
* | core/core: Resolve -Wreorder warningsGravatar Lioncash2019-10-171-2/+2
* | Merge pull request #2912 from FernandoS27/async-fixesGravatar bunnei2019-10-161-0/+2
|\ \ | |/ |/|
| * Core: Wait for GPU to be idle before shutting down.Gravatar Fernando Sahmkow2019-10-041-0/+2
* | Merge pull request #2654 from DarkLordZach/lm-log-rewriteGravatar bunnei2019-10-081-3/+14
|\ \
| * | lm: Flush manager output on core shutdownGravatar Zach Hilman2019-09-221-0/+2
| * | core: Add LM::Manager to systemGravatar Zach Hilman2019-09-221-3/+12
* | | hle/service: Replace global system instance calls with instance-based onesGravatar Lioncash2019-10-061-3/+4
| |/ |/|
* | core/loader: Track the NSO build ID of the current processGravatar Zach Hilman2019-09-301-0/+9
|/
* Merge pull request #2683 from DarkLordZach/lock-exitGravatar David2019-09-231-0/+11
|\
| * core: Track system exit lock statusGravatar Zach Hilman2019-09-211-0/+11
* | dmnt_cheat_vm: Make Cheat VM compliant to code styleGravatar Zach Hilman2019-09-211-2/+1
* | core: Initialize cheats after load to avoid VMManager crashGravatar Zach Hilman2019-09-211-0/+5
* | core: Update RegisterCheatList for new VMGravatar Zach Hilman2019-09-211-8/+9
|/
* core: Store FileSystemController in coreGravatar Zach Hilman2019-09-211-0/+24
* Add frametime logging for tracking performance over timeGravatar fearlessTobi2019-09-101-8/+17
* service/am: Remove usages of global system accessorsGravatar Lioncash2019-09-041-1/+2
* Merge pull request #2592 from FernandoS27/sync1Gravatar bunnei2019-07-261-1/+11
|\
| * Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsGravatar Fernando Sahmkow2019-07-051-1/+11
* | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1Gravatar bunnei2019-07-071-0/+12
|\ \
| * | core: Keep instance of APM ControllerGravatar Zach Hilman2019-06-281-0/+12
* | | Merge pull request #2642 from DarkLordZach/fsp-log-2Gravatar bunnei2019-07-071-1/+1
|\ \ \ | |_|/ |/| |
| * | fsp-srv: Implement OutputAccessLogToSdCardGravatar Zach Hilman2019-06-281-1/+1
| |/
* | Merge pull request #2533 from DarkLordZach/memory-frozenGravatar bunnei2019-06-281-0/+2
|\ \ | |/ |/|
| * core: Move Freezer class to tools namespaceGravatar Zach Hilman2019-06-201-2/+2
| * memory: Add class to manage and enforce memory freezingGravatar Zach Hilman2019-06-201-0/+2
* | glue: Correct missing bytes in ApplicationLaunchParameterGravatar Zach Hilman2019-06-251-2/+0
* | core: Keep track of ARPManager and register current application on bootGravatar Zach Hilman2019-06-241-0/+68
* | Merge pull request #2575 from DarkLordZach/process-id-typesGravatar bunnei2019-06-211-1/+2
|\ \
| * | kernel: Differentiate kernel and user processes when picking IDGravatar Zach Hilman2019-06-101-1/+2
| |/
* | Merge pull request #2482 from DarkLordZach/prepoGravatar bunnei2019-06-211-1/+8
|\ \ | |/ |/|
| * loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-261-10/+1
| * core: Add Reporter class to take/save reportsGravatar Zach Hilman2019-05-251-0/+6
| * core: Track load offsets of NSO modulesGravatar Zach Hilman2019-05-251-0/+10
* | core/core: Remove unnecessary includesGravatar Lioncash2019-05-291-8/+0
* | core/loader: Remove LoadKernelSystemModeGravatar Lioncash2019-05-281-9/+0
* | core/telemetry_session: Remove usages of the global system accessorGravatar Lioncash2019-05-281-1/+1
|/