summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
AgeCommit message (Expand)Author
2019-03-07kernel: Make the address arbiter instance per-processLioncash
2019-03-07Merge pull request #2055 from bunnei/gpu-threadbunnei
2019-03-06gpu: Refactor a/synchronous implementations into their own classes.bunnei
2019-03-06Merge pull request #2190 from lioncash/ogl-globalbunnei
2019-03-06gpu: Refactor to take RendererBase instead of RasterizerInterface.bunnei
2019-03-06core: Set is_powered_on before GPU is initialized.bunnei
2019-03-05kernel/address_arbiter: Pass in system instance to constructorLioncash
2019-03-04core/core: Replace direct usage of the global system telemetry accessor from ...Lioncash
2019-02-15video_core: Remove usages of System::GetInstance() within the enginesLioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-02-12core_timing: Rename CoreTiming namespace to Core::TimingLioncash
2019-02-06gl_shader_cache: Link loading screen with disk shader cache loadReinUsesLisp
2019-02-06gl_shader_disk_cache: Pass core system as argument and guard against games wi...ReinUsesLisp
2019-02-06rasterizer_interface: Add disk cache entry for the rasterizerReinUsesLisp
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash
2019-01-10Merge pull request #1959 from DarkLordZach/custom-rtcbunnei
2019-01-07settings: Use std::chrono::seconds instead of s64 for RTCZach Hilman
2019-01-07core: Set custom RTC differential on game bootZach Hilman
2018-12-28web_browser: Add bounds checking to applet interfaceZach Hilman
2018-12-28core: Add getter and setter for WebBrowserApplet frontendZach Hilman
2018-12-23Merge pull request #1781 from DarkLordZach/applet-profile-selectbunnei
2018-12-03core: Add getter/setter for ProfileSelector in SystemZach Hilman
2018-12-03core: Make GetGameFileFromPath function externally accessibleZach Hilman
2018-11-22core: Relocate CPU core management to its own classLioncash
2018-11-18am: Deglobalize software keyboard appletZach Hilman
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-28core: Add missing const variants of getters for the System classLioncash
2018-10-18core: Remove unnecessary assert in ArmInterface()Lioncash
2018-10-15core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrsLioncash
2018-10-15core: Make the live Cpu instances unique_ptrs instead of shared_ptrsLioncash
2018-10-15core: Make the exclusive monitor a unique_ptr instead of a shared_ptrLioncash
2018-10-15core: Make CPUBarrier a unique_ptr instead of a shared_ptrLioncash
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Lioncash
2018-10-10kernel/thread: Use a regular pointer for the owner/current processLioncash
2018-09-29loader: Make the Load() function take a process as a regular reference, not a...Lioncash
2018-09-25vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-06core: Migrate current_process pointer to the kernelLioncash
2018-09-06core/core: Remove unnecessary sm/controller includeLioncash
2018-09-04core: Use a raw pointer in GetGPUDebugContext.Markus Wick
2018-09-02vfs_real: Forward declare IOFileLioncash
2018-08-31core/core: Replace includes with forward declarations where applicableLioncash
2018-08-31core: Make the main System class use the PImpl idiomLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-24core: Remove always true conditionals in Load()Lioncash
2018-08-11qt: Add 'Install to NAND' option to menuZach Hilman
2018-08-11loader: Join 0* files in directory if filename is 00Zach Hilman
2018-08-11core: Namespace EmuWindowLioncash
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-08core: Port core to VfsFilesystem for file accessZach Hilman