summaryrefslogtreecommitdiff
path: root/src/core/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Relocate CPU core management to its own classGravatar Lioncash2018-11-221-97/+22
* am: Deglobalize software keyboard appletGravatar Zach Hilman2018-11-181-0/+17
* global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-301-1/+1
* core: Add missing const variants of getters for the System classGravatar Lioncash2018-10-281-2/+26
* core: Remove unnecessary assert in ArmInterface()Gravatar Lioncash2018-10-181-2/+1
* core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsGravatar Lioncash2018-10-151-4/+12
* core: Make the live Cpu instances unique_ptrs instead of shared_ptrsGravatar Lioncash2018-10-151-9/+9
* core: Make the exclusive monitor a unique_ptr instead of a shared_ptrGravatar Lioncash2018-10-151-2/+3
* core: Make CPUBarrier a unique_ptr instead of a shared_ptrGravatar Lioncash2018-10-151-3/+3
* filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Gravatar Lioncash2018-10-131-1/+1
* kernel/thread: Use a regular pointer for the owner/current processGravatar Lioncash2018-10-101-3/+4
* loader: Make the Load() function take a process as a regular reference, not a...Gravatar Lioncash2018-09-291-1/+1
* vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileGravatar Lioncash2018-09-251-1/+1
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-7/+7
* core: Migrate current_process pointer to the kernelGravatar Lioncash2018-09-061-4/+7
* core/core: Remove unnecessary sm/controller includeGravatar Lioncash2018-09-061-1/+0
* core: Use a raw pointer in GetGPUDebugContext.Gravatar Markus Wick2018-09-041-2/+2
* vfs_real: Forward declare IOFileGravatar Lioncash2018-09-021-2/+3
* core/core: Replace includes with forward declarations where applicableGravatar Lioncash2018-08-311-4/+15
* core: Make the main System class use the PImpl idiomGravatar Lioncash2018-08-311-174/+341
* kernel: Eliminate kernel global stateGravatar Lioncash2018-08-281-4/+12
* core: Remove always true conditionals in Load()Gravatar Lioncash2018-08-241-7/+4
* qt: Add 'Install to NAND' option to menuGravatar Zach Hilman2018-08-111-0/+1
* loader: Join 0* files in directory if filename is 00Gravatar Zach Hilman2018-08-111-1/+33
* core: Namespace EmuWindowGravatar Lioncash2018-08-111-2/+2
* loader: Add more descriptive errorsGravatar Zach Hilman2018-08-091-22/+4
* core: Port core to VfsFilesystem for file accessGravatar Zach Hilman2018-08-081-2/+6
* GDBStub works with both Unicorn and Dynarmic now (#941)Gravatar Hedges2018-08-061-1/+4
* Merge pull request #912 from lioncash/global-varGravatar bunnei2018-08-051-3/+6
|\
| * renderer_base: Make Rasterizer() return the rasterizer by referenceGravatar Lioncash2018-08-041-1/+1
| * video_core: Eliminate the g_renderer global variableGravatar Lioncash2018-08-041-3/+6
* | Merge pull request #849 from DarkLordZach/xciGravatar bunnei2018-08-041-4/+8
|\ \ | |/ |/|
| * Use more descriptive error codes and messagesGravatar Zach Hilman2018-08-011-4/+8
* | core/memory: Get rid of 3DS leftoversGravatar Lioncash2018-08-031-3/+3
* | Merge pull request #892 from lioncash/globalGravatar bunnei2018-08-031-2/+2
|\ \
| * | video_core: Make global EmuWindow instance part of the base renderer classGravatar Lioncash2018-08-011-2/+2
| |/
* | Merge pull request #894 from lioncash/objectGravatar bunnei2018-08-031-1/+0
|\ \
| * | kernel: Move object class to its own source filesGravatar Lioncash2018-08-011-1/+0
| |/
* / hw: Remove unused filesGravatar Lioncash2018-08-021-3/+0
|/
* audio_core: Move to audout_u impl.Gravatar bunnei2018-07-301-2/+0
* core: Add AudioCore to global state.Gravatar bunnei2018-07-271-0/+2
* Implement exclusive monitorGravatar MerryMage2018-07-221-1/+2
* Merge pull request #687 from lioncash/instanceGravatar bunnei2018-07-181-1/+3
|\
| * core: Make System's default constructor privateGravatar Lioncash2018-07-181-0/+2
| * core: Don't construct instance of Core::System, just to access its live instanceGravatar Lioncash2018-07-181-1/+1
* | Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-181-1/+2
|/
* Revert "Virtual Filesystem (#597)"Gravatar bunnei2018-07-071-2/+1
* Virtual Filesystem (#597)Gravatar Zach Hilman2018-07-061-1/+2
* Update clang formatGravatar James Rowe2018-07-021-2/+2
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-7/+7