summaryrefslogtreecommitdiff
path: root/src/core/core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: system: Rename GetDeviceManager -> DeviceManager.Gravatar bunnei2020-04-171-2/+2
* core: device_manager: Add a simple class to manage device RAM.Gravatar bunnei2020-04-171-0/+7
* core: memory: Move to Core::Memory namespace.Gravatar bunnei2020-04-171-8/+5
* System: Expose Host thread registering routines from kernel.Gravatar Fernando Sahmkow2020-02-221-0/+6
* Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.Gravatar Fernando Sahmkow2020-01-261-5/+5
* yuzu: Remove Maxwell debuggerGravatar ReinUsesLisp2020-01-021-4/+0
* core/memory: Introduce skeleton of Memory classGravatar Lioncash2019-11-261-0/+10
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-241-0/+1
* Kernel: Style and CorrectionsGravatar Fernando Sahmkow2019-10-151-2/+2
* Correct PrepareRescheduleGravatar Fernando Sahmkow2019-10-151-0/+3
* Add interfacing to the Global SchedulerGravatar Fernando Sahmkow2019-10-151-0/+7
* Merge pull request #2654 from DarkLordZach/lm-log-rewriteGravatar bunnei2019-10-081-0/+8
|\
| * core: Add LM::Manager to systemGravatar Zach Hilman2019-09-221-0/+8
* | core/core: Remove unused headerGravatar Lioncash2019-10-061-1/+0
* | core: Remove Core::CurrentProcess()Gravatar Lioncash2019-10-061-4/+0
* | hle/service: Replace global system instance calls with instance-based onesGravatar Lioncash2019-10-061-2/+4
* | core/loader: Track the NSO build ID of the current processGravatar Zach Hilman2019-09-301-0/+4
|/
* Merge pull request #2683 from DarkLordZach/lock-exitGravatar David2019-09-231-0/+4
|\
| * core: Track system exit lock statusGravatar Zach Hilman2019-09-211-0/+4
* | core: Update RegisterCheatList for new VMGravatar Zach Hilman2019-09-211-3/+7
|/
* core: Store FileSystemController in coreGravatar Zach Hilman2019-09-211-0/+8
* Merge pull request #2592 from FernandoS27/sync1Gravatar bunnei2019-07-261-0/+10
|\
| * Gpu: Implement Hardware Interrupt Manager and manage GPU interruptsGravatar Fernando Sahmkow2019-07-051-0/+10
* | core: Remove CurrentArmInterface() global accessorGravatar Lioncash2019-07-121-4/+0
* | core: Keep instance of APM ControllerGravatar Zach Hilman2019-06-281-0/+8
|/
* core: Keep track of ARPManager and register current application on bootGravatar Zach Hilman2019-06-241-0/+8
* Merge pull request #2482 from DarkLordZach/prepoGravatar bunnei2019-06-211-0/+4
|\
| * loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-261-4/+0
| * core: Add Reporter class to take/save reportsGravatar Zach Hilman2019-05-251-0/+3
| * core: Track load offsets of NSO modulesGravatar Zach Hilman2019-05-251-0/+5
* | core/loader: Remove LoadKernelSystemModeGravatar Lioncash2019-05-281-1/+0
|/
* core: Remove specific applets in favor of AppletManagerGravatar Zach Hilman2019-04-171-14/+15
* core: Store system-wide ContentProvider for the emulatorGravatar Zach Hilman2019-03-261-0/+14
* Merge pull request #1933 from DarkLordZach/cheat-engineGravatar bunnei2019-03-211-0/+4
|\
| * vm_manager: Remove cheat-specific ranges from VMManagerGravatar Zach Hilman2019-03-051-2/+2
| * core: Add support for registering and controlling ownership of CheatEngineGravatar Zach Hilman2019-03-041-0/+4
* | core/core: Remove the global telemetry accessor functionGravatar Lioncash2019-03-041-4/+0
|/
* core_timing: Convert core timing into a classGravatar Lioncash2019-02-151-0/+10
* core/frontend/applets/web_browser: Make OpenPage() non-constGravatar Lioncash2019-01-171-6/+7
* core: Add getter and setter for WebBrowserApplet frontendGravatar Zach Hilman2018-12-281-1/+6
* Merge pull request #1781 from DarkLordZach/applet-profile-selectGravatar bunnei2018-12-231-0/+5
|\
| * core: Add getter/setter for ProfileSelector in SystemGravatar Zach Hilman2018-12-031-0/+5
* | core: Make GetGameFileFromPath function externally accessibleGravatar Zach Hilman2018-12-031-0/+4
|/
* am: Deglobalize software keyboard appletGravatar Zach Hilman2018-11-181-0/+5
* core: Add missing const variants of getters for the System classGravatar Lioncash2018-10-281-8/+23
* core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsGravatar Lioncash2018-10-151-1/+7
* kernel/thread: Use a regular pointer for the owner/current processGravatar Lioncash2018-10-101-5/+5
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-4/+4
* core: Migrate current_process pointer to the kernelGravatar Lioncash2018-09-061-1/+4
* core: Use a raw pointer in GetGPUDebugContext.Gravatar Markus Wick2018-09-041-1/+1