index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
core.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Store system-wide ContentProvider for the emulator
Zach Hilman
2019-03-26
1
-0
/
+26
*
file_sys/cheat_engine: Remove use of global system accessors
Lioncash
2019-03-22
1
-2
/
+2
*
Merge pull request #1933 from DarkLordZach/cheat-engine
bunnei
2019-03-21
1
-0
/
+11
|
\
|
*
vm_manager: Remove cheat-specific ranges from VMManager
Zach Hilman
2019-03-05
1
-2
/
+4
|
*
core: Add support for registering and controlling ownership of CheatEngine
Zach Hilman
2019-03-04
1
-0
/
+9
*
|
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-07
1
-1
/
+1
*
|
Merge pull request #2055 from bunnei/gpu-thread
bunnei
2019-03-07
1
-3
/
+10
|
\
\
|
*
|
gpu: Refactor a/synchronous implementations into their own classes.
bunnei
2019-03-06
1
-2
/
+7
|
*
|
gpu: Refactor to take RendererBase instead of RasterizerInterface.
bunnei
2019-03-06
1
-1
/
+1
|
*
|
core: Set is_powered_on before GPU is initialized.
bunnei
2019-03-06
1
-1
/
+3
*
|
|
Merge pull request #2190 from lioncash/ogl-global
bunnei
2019-03-06
1
-7
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
core/core: Replace direct usage of the global system telemetry accessor from ...
Lioncash
2019-03-04
1
-7
/
+7
|
|
/
*
/
kernel/address_arbiter: Pass in system instance to constructor
Lioncash
2019-03-05
1
-2
/
+3
|
/
*
video_core: Remove usages of System::GetInstance() within the engines
Lioncash
2019-02-15
1
-1
/
+1
*
core_timing: Convert core timing into a class
Lioncash
2019-02-15
1
-5
/
+14
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-3
/
+3
*
gl_shader_cache: Link loading screen with disk shader cache load
ReinUsesLisp
2019-02-06
1
-2
/
+0
*
gl_shader_disk_cache: Pass core system as argument and guard against games wi...
ReinUsesLisp
2019-02-06
1
-1
/
+1
*
rasterizer_interface: Add disk cache entry for the rasterizer
ReinUsesLisp
2019-02-06
1
-0
/
+3
*
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2019-01-17
1
-6
/
+10
*
Merge pull request #1959 from DarkLordZach/custom-rtc
bunnei
2019-01-10
1
-0
/
+6
|
\
|
*
settings: Use std::chrono::seconds instead of s64 for RTC
Zach Hilman
2019-01-07
1
-2
/
+1
|
*
core: Set custom RTC differential on game boot
Zach Hilman
2019-01-07
1
-0
/
+7
*
|
web_browser: Add bounds checking to applet interface
Zach Hilman
2018-12-28
1
-0
/
+5
*
|
core: Add getter and setter for WebBrowserApplet frontend
Zach Hilman
2018-12-28
1
-0
/
+13
|
/
*
Merge pull request #1781 from DarkLordZach/applet-profile-select
bunnei
2018-12-23
1
-0
/
+11
|
\
|
*
core: Add getter/setter for ProfileSelector in System
Zach Hilman
2018-12-03
1
-0
/
+11
*
|
core: Make GetGameFileFromPath function externally accessible
Zach Hilman
2018-12-03
1
-3
/
+5
|
/
*
core: Relocate CPU core management to its own class
Lioncash
2018-11-22
1
-97
/
+22
*
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
1
-0
/
+17
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-1
/
+1
*
core: Add missing const variants of getters for the System class
Lioncash
2018-10-28
1
-2
/
+26
*
core: Remove unnecessary assert in ArmInterface()
Lioncash
2018-10-18
1
-2
/
+1
*
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
1
-4
/
+12
*
core: Make the live Cpu instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
1
-9
/
+9
*
core: Make the exclusive monitor a unique_ptr instead of a shared_ptr
Lioncash
2018-10-15
1
-2
/
+3
*
core: Make CPUBarrier a unique_ptr instead of a shared_ptr
Lioncash
2018-10-15
1
-3
/
+3
*
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...
Lioncash
2018-10-13
1
-1
/
+1
*
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
1
-3
/
+4
*
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
2018-09-29
1
-1
/
+1
*
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Lioncash
2018-09-25
1
-1
/
+1
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-7
/
+7
*
core: Migrate current_process pointer to the kernel
Lioncash
2018-09-06
1
-4
/
+7
*
core/core: Remove unnecessary sm/controller include
Lioncash
2018-09-06
1
-1
/
+0
*
core: Use a raw pointer in GetGPUDebugContext.
Markus Wick
2018-09-04
1
-2
/
+2
*
vfs_real: Forward declare IOFile
Lioncash
2018-09-02
1
-2
/
+3
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-4
/
+15
*
core: Make the main System class use the PImpl idiom
Lioncash
2018-08-31
1
-174
/
+341
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-4
/
+12
*
core: Remove always true conditionals in Load()
Lioncash
2018-08-24
1
-7
/
+4
[next]