summaryrefslogtreecommitdiff
path: root/src/core/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* file_sys/cheat_engine: Remove use of global system accessorsGravatar Lioncash2019-03-221-2/+2
* Merge pull request #1933 from DarkLordZach/cheat-engineGravatar bunnei2019-03-211-0/+11
|\
| * vm_manager: Remove cheat-specific ranges from VMManagerGravatar Zach Hilman2019-03-051-2/+4
| * core: Add support for registering and controlling ownership of CheatEngineGravatar Zach Hilman2019-03-041-0/+9
* | kernel: Make the address arbiter instance per-processGravatar Lioncash2019-03-071-1/+1
* | Merge pull request #2055 from bunnei/gpu-threadGravatar bunnei2019-03-071-3/+10
|\ \
| * | gpu: Refactor a/synchronous implementations into their own classes.Gravatar bunnei2019-03-061-2/+7
| * | gpu: Refactor to take RendererBase instead of RasterizerInterface.Gravatar bunnei2019-03-061-1/+1
| * | core: Set is_powered_on before GPU is initialized.Gravatar bunnei2019-03-061-1/+3
* | | Merge pull request #2190 from lioncash/ogl-globalGravatar bunnei2019-03-061-7/+7
|\ \ \ | |/ / |/| |
| * | core/core: Replace direct usage of the global system telemetry accessor from ...Gravatar Lioncash2019-03-041-7/+7
| |/
* / kernel/address_arbiter: Pass in system instance to constructorGravatar Lioncash2019-03-051-2/+3
|/
* video_core: Remove usages of System::GetInstance() within the enginesGravatar Lioncash2019-02-151-1/+1
* core_timing: Convert core timing into a classGravatar Lioncash2019-02-151-5/+14
* core_timing: Rename CoreTiming namespace to Core::TimingGravatar Lioncash2019-02-121-3/+3
* gl_shader_cache: Link loading screen with disk shader cache loadGravatar ReinUsesLisp2019-02-061-2/+0
* gl_shader_disk_cache: Pass core system as argument and guard against games wi...Gravatar ReinUsesLisp2019-02-061-1/+1
* rasterizer_interface: Add disk cache entry for the rasterizerGravatar ReinUsesLisp2019-02-061-0/+3
* 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