summaryrefslogtreecommitdiff
path: root/src/core/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/frontend/applets/web_browser: Make OpenPage() non-constGravatar Lioncash2019-01-171-6/+10
* Merge pull request #1959 from DarkLordZach/custom-rtcGravatar bunnei2019-01-101-0/+6
|\
| * settings: Use std::chrono::seconds instead of s64 for RTCGravatar Zach Hilman2019-01-071-2/+1
| * core: Set custom RTC differential on game bootGravatar Zach Hilman2019-01-071-0/+7
* | web_browser: Add bounds checking to applet interfaceGravatar Zach Hilman2018-12-281-0/+5
* | core: Add getter and setter for WebBrowserApplet frontendGravatar Zach Hilman2018-12-281-0/+13
|/
* Merge pull request #1781 from DarkLordZach/applet-profile-selectGravatar bunnei2018-12-231-0/+11
|\
| * core: Add getter/setter for ProfileSelector in SystemGravatar Zach Hilman2018-12-031-0/+11
* | core: Make GetGameFileFromPath function externally accessibleGravatar Zach Hilman2018-12-031-3/+5
|/
* 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