summaryrefslogtreecommitdiff
path: root/src/core/core.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | video_core: Make global EmuWindow instance part of the base renderer classGravatar Lioncash2018-08-011-4/+6
| |/
* / kernel: Move object class to its own source filesGravatar Lioncash2018-08-011-1/+1
|/
* audio_core: Move to audout_u impl.Gravatar bunnei2018-07-301-7/+0
* core: Add AudioCore to global state.Gravatar bunnei2018-07-271-0/+7
* Implement exclusive monitorGravatar MerryMage2018-07-221-0/+12
* core: Make System's default constructor privateGravatar Lioncash2018-07-181-0/+2
* core: Add several missing docstrings.Gravatar bunnei2018-05-101-0/+8
* core: Run all CPU cores separately, even in single-thread mode.Gravatar bunnei2018-05-101-7/+3
* threading: Reschedule only on cores that are necessary.Gravatar bunnei2018-05-101-0/+2
* core: Add a configuration setting for use_multi_core.Gravatar bunnei2018-05-101-8/+2
* core: Support session close with multicore.Gravatar bunnei2018-05-101-1/+1
* core: Implement multicore support.Gravatar bunnei2018-05-101-10/+16
* core: Create a thread for each CPU core, keep in lock-step with a barrier.Gravatar bunnei2018-05-101-7/+17
* core: Move common CPU core things to its own class.Gravatar bunnei2018-05-101-10/+6
* core: Relocate g_service_manager to the System classGravatar Lioncash2018-04-201-0/+12
* core, main.h: Abort on 32Bit ROMs (#309)Gravatar N00byKing2018-04-061-0/+1
* GPU: Make the debug_context variable a member of the frontend instead of a gl...Gravatar Subv2018-03-241-0/+11
* Merge pull request #193 from N00byKing/3184_2_robotic_boogalooGravatar bunnei2018-03-181-2/+2
|\
| * Implements citra-emu/citra#3184Gravatar N00byKing2018-02-251-2/+2
* | core: Move process creation out of global state.Gravatar bunnei2018-03-141-0/+11
* | kernel: Use Scheduler class for threading.Gravatar bunnei2018-02-181-0/+6
* | core: Use shared_ptr for cpu_core.Gravatar bunnei2018-02-181-3/+1
|/
* Make a GPU class in VideoCore to contain the GPU state.Gravatar Subv2018-02-111-0/+7
* Correct SpellingGravatar N00byKing2018-01-231-2/+2
* core: Increase tight_loop 100x for speed.Gravatar bunnei2018-01-041-1/+1
* core: Expose AppLoader as a public interface.Gravatar bunnei2017-08-031-4/+5
* Addressed Bunnei's review comments, and made some other tweaks:Gravatar TheKoopaKingdom2017-06-021-9/+7
* Created a whitelist of system archives to prevent false positives creating di...Gravatar TheKoopaKingdom2017-06-021-9/+3
* Optimized messages that were repetitive and added ability for core errors to ...Gravatar TheKoopaKingdom2017-06-021-2/+15