summaryrefslogtreecommitdiff
path: root/src/core/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: Run all CPU cores separately, even in single-thread mode.Gravatar bunnei2018-05-101-6/+20
* threading: Reschedule only on cores that are necessary.Gravatar bunnei2018-05-101-0/+5
* core: Add a configuration setting for use_multi_core.Gravatar bunnei2018-05-101-6/+26
* core: Support session close with multicore.Gravatar bunnei2018-05-101-4/+11
* core: Create a thread for each CPU core, keep in lock-step with a barrier.Gravatar bunnei2018-05-101-5/+25
* core: Move common CPU core things to its own class.Gravatar bunnei2018-05-101-48/+9
* core: Replace remaining old non-generic logger usages with fmt-capable equiva...Gravatar Lioncash2018-04-261-11/+11
* core: Relocate g_service_manager to the System classGravatar Lioncash2018-04-201-6/+22
* core, main.h: Abort on 32Bit ROMs (#309)Gravatar N00byKing2018-04-061-0/+4
* config: Use simplified checkbox (from Citra) for CPU JIT.Gravatar bunnei2018-03-261-7/+3
* Clang FixesGravatar N00byKing2018-03-191-1/+2
* More Warning cleanupsGravatar N00byKing2018-03-191-1/+1
* Clean Warnings (?)Gravatar N00byKing2018-03-191-1/+1
* Merge pull request #193 from N00byKing/3184_2_robotic_boogalooGravatar bunnei2018-03-181-4/+8
|\