summaryrefslogtreecommitdiff
path: root/src/core/core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* core/core: Replace includes with forward declarations where applicableGravatar Lioncash2018-08-311-21/+35
* core: Make the main System class use the PImpl idiomGravatar Lioncash2018-08-311-100/+38
* kernel: Eliminate kernel global stateGravatar Lioncash2018-08-281-0/+8
* Merge pull request #1175 from lioncash/nsGravatar bunnei2018-08-271-2/+2
|\
| * core: Namespace all code in the arm subdirectory under the Core namespaceGravatar Lioncash2018-08-241-2/+2
* | Merge pull request #1174 from lioncash/debugGravatar bunnei2018-08-271-0/+1
|\ \
| * | debug_utils: Remove unused includesGravatar Lioncash2018-08-241-0/+1
| |/
* / qt: Add filename and title id to window title while runningGravatar Zach Hilman2018-08-231-0/+7
|/
* core: Delete System copy/move constructors and assignment operatorsGravatar Lioncash2018-08-161-0/+6
* core: Namespace EmuWindowGravatar Lioncash2018-08-111-3/+6
* loader: Add more descriptive errorsGravatar Zach Hilman2018-08-091-15/+9
* core: Port core to VfsFilesystem for file accessGravatar Zach Hilman2018-08-081-0/+12
* GDBStub works with both Unicorn and Dynarmic now (#941)Gravatar Hedges2018-08-061-0/+11
* Merge pull request #912 from lioncash/global-varGravatar bunnei2018-08-051-1/+21
|\
| * video_core: Eliminate the g_renderer global variableGravatar Lioncash2018-08-041-1/+21
* | Merge pull request #849 from DarkLordZach/xciGravatar bunnei2018-08-041-6/+8
|\ \ | |/ |/|
| * Use more descriptive error codes and messagesGravatar Zach Hilman2018-08-011-6/+8
* | core/memory: Get rid of 3DS leftoversGravatar Lioncash2018-08-031-2/+1
* | Merge pull request #892 from lioncash/globalGravatar bunnei2018-08-031-4/+6
|\ \