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
*
Merge pull request #2683 from DarkLordZach/lock-exit
David
2019-09-23
1
-0
/
+11
|
\
|
*
core: Track system exit lock status
Zach Hilman
2019-09-21
1
-0
/
+11
*
|
dmnt_cheat_vm: Make Cheat VM compliant to code style
Zach Hilman
2019-09-21
1
-2
/
+1
*
|
core: Initialize cheats after load to avoid VMManager crash
Zach Hilman
2019-09-21
1
-0
/
+5
*
|
core: Update RegisterCheatList for new VM
Zach Hilman
2019-09-21
1
-8
/
+9
|
/
*
core: Store FileSystemController in core
Zach Hilman
2019-09-21
1
-0
/
+24
*
Add frametime logging for tracking performance over time
fearlessTobi
2019-09-10
1
-8
/
+17
*
service/am: Remove usages of global system accessors
Lioncash
2019-09-04
1
-1
/
+2
*
Merge pull request #2592 from FernandoS27/sync1
bunnei
2019-07-26
1
-1
/
+11
|
\
|
*
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
Fernando Sahmkow
2019-07-05
1
-1
/
+11
*
|
Merge pull request #2651 from DarkLordZach/apm-boost-mode-1
bunnei
2019-07-07
1
-0
/
+12
|
\
\
|
*
|
core: Keep instance of APM Controller
Zach Hilman
2019-06-28
1
-0
/
+12
*
|
|
Merge pull request #2642 from DarkLordZach/fsp-log-2
bunnei
2019-07-07
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-06-28
1
-1
/
+1
|
|
/
*
|
Merge pull request #2533 from DarkLordZach/memory-frozen
bunnei
2019-06-28
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
core: Move Freezer class to tools namespace
Zach Hilman
2019-06-20
1
-2
/
+2
|
*
memory: Add class to manage and enforce memory freezing
Zach Hilman
2019-06-20
1
-0
/
+2
*
|
glue: Correct missing bytes in ApplicationLaunchParameter
Zach Hilman
2019-06-25
1
-2
/
+0
*
|
core: Keep track of ARPManager and register current application on boot
Zach Hilman
2019-06-24
1
-0
/
+68
*
|
Merge pull request #2575 from DarkLordZach/process-id-types
bunnei
2019-06-21
1
-1
/
+2
|
\
\
|
*
|
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-06-10
1
-1
/
+2
|
|
/
*
|
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-06-21
1
-1
/
+8
|
\
\
|
|
/
|
/
|
|
*
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-26
1
-10
/
+1
|
*
core: Add Reporter class to take/save reports
Zach Hilman
2019-05-25
1
-0
/
+6
|
*
core: Track load offsets of NSO modules
Zach Hilman
2019-05-25
1
-0
/
+10
*
|
core/core: Remove unnecessary includes
Lioncash
2019-05-29
1
-8
/
+0
*
|
core/loader: Remove LoadKernelSystemMode
Lioncash
2019-05-28
1
-9
/
+0
*
|
core/telemetry_session: Remove usages of the global system accessor
Lioncash
2019-05-28
1
-1
/
+1
|
/
*
Merge pull request #2228 from DarkLordZach/applet-manager-p1
bunnei
2019-04-24
1
-33
/
+17
|
\
|
*
core: Remove specific applets in favor of AppletManager
Zach Hilman
2019-04-17
1
-33
/
+17
*
|
core/core: Move process execution start to System's Load()
Lioncash
2019-04-11
1
-1
/
+5
*
|
core/core: Move main process creation into Load()
Lioncash
2019-04-11
1
-4
/
+3
*
|
video_core/gpu: Create threads separately from initialization
Lioncash
2019-04-11
1
-11
/
+4
*
|
core/cpu_core_manager: Create threads separately from initialization.
Lioncash
2019-04-11
1
-3
/
+6
|
/
*
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
[next]