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
*
hid_core: Move hid to it's own subproject
Narr the Reg
2024-01-05
1
-1
/
+1
*
kernel: instantiate memory separately for each guest process
Liam
2023-12-22
1
-52
/
+21
*
core: Use single instance of profile manager
german77
2023-12-10
1
-2
/
+12
*
core: refactor emulated cpu core activation
Liam
2023-12-04
1
-25
/
+0
*
kernel: make sure new process is in list
Liam
2023-10-25
1
-0
/
+1
*
kernel: shutdown app before gpu
Liam
2023-10-21
1
-1
/
+1
*
kernel: update KProcess
Liam
2023-10-21
1
-8
/
+0
*
fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers
Liam
2023-10-13
1
-5
/
+2
*
core: Update clocks when settings are saved
Narr the Reg
2023-10-03
1
-0
/
+4
*
Vulkan: add temporary workaround for AMDVLK
Fernando Sahmkow
2023-09-16
1
-0
/
+7
*
debug: Add renderdoc capture hotkey
GPUCode
2023-09-14
1
-0
/
+11
*
Merge pull request #11385 from liamwhite/acceptcancel
liamwhite
2023-09-13
1
-0
/
+2
|
\
|
*
internal_network: cancel pending socket operations on application process ter...
Liam
2023-08-26
1
-0
/
+2
*
|
am: Implement UserChannel parameters
FearlessTobi
2023-09-10
1
-0
/
+6
*
|
am: shorten shutdown timeout when lock is not held
Liam
2023-08-26
1
-7
/
+18
|
/
*
Merge pull request #10839 from lat9nq/pgc-plus
liamwhite
2023-08-02
1
-8
/
+20
|
\
|
*
core,common: Give memory layout setting an enum
lat9nq
2023-07-21
1
-3
/
+7
|
*
configure_system: Implement with for loop
lat9nq
2023-07-21
1
-7
/
+13
|
*
settings,core,config_sys: Remove optional type from custom_rtc, rng_seed
lat9nq
2023-07-21
1
-1
/
+3
*
|
general: reduce use of dynamic_cast
Liam
2023-07-21
1
-0
/
+8
|
/
*
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2023-06-28
1
-2
/
+6
*
MemoryTracking: Initial setup of atomic writes.
Fernando Sahmkow
2023-06-28
1
-0
/
+26
*
core: decouple ARM interface from Dynarmic
Liam
2023-06-12
1
-13
/
+13
*
nvnflinger: allow locking framerate during video playback
Liam
2023-06-08
1
-0
/
+18
*
vfs_concat: fix time complexity of read
Liam
2023-05-26
1
-2
/
+1
*
GPU: Add Reactive flushing
Fernando Sahmkow
2023-05-07
1
-0
/
+4
*
Merge pull request #10117 from liamwhite/sync-register
bunnei
2023-05-03
1
-0
/
+1
|
\
|
*
kernel: match calls to Register and Unregister
Liam
2023-04-29
1
-0
/
+1
*
|
settings: rename extended memory layout to unsafe, move from general to system
Liam
2023-04-30
1
-3
/
+3
|
/
*
memory: rename global memory references to application memory
Liam
2023-03-23
1
-3
/
+3
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
1
-2
/
+2
*
kernel: convert KProcess to new style
Liam
2023-03-12
1
-2
/
+2
*
general: fix spelling mistakes
Liam
2023-03-12
1
-1
/
+1
*
service: refactor server architecture
Liam
2023-02-21
1
-0
/
+4
*
core: defer cpu shutdown
Liam
2023-02-21
1
-3
/
+4
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
1
-21
/
+21
*
EmuThread: refactor
Liam
2022-12-17
1
-12
/
+6
*
general: improve handling of system startup failure
Liam
2022-12-06
1
-1
/
+3
*
core: Use atomic instead of a lock to protect is_paused.
bunnei
2022-11-26
1
-6
/
+5
*
kernel: reinitialize after dram layout change
Liam
2022-10-30
1
-1
/
+8
*
core: barrier service thread shutdown
Liam
2022-10-23
1
-0
/
+1
*
core: Initialize: Add missing braces.
bunnei
2022-10-18
1
-2
/
+4
*
core: core_timing: Re-initialize if single/multicore state changes.
bunnei
2022-10-18
1
-5
/
+20
*
core: Partially persist emulation state across game boots.
bunnei
2022-10-18
1
-29
/
+36
*
NVDRV: Further refactors and eliminate old code.
Fernando Sahmkow
2022-10-06
1
-11
/
+0
*
NVDRV: Refactor Host1x
Fernando Sahmkow
2022-10-06
1
-1
/
+1
*
VideoCore: Refactor syncing.
Fernando Sahmkow
2022-10-06
1
-0
/
+12
*
Remove pause callbacks from coretiming
Kelebek1
2022-09-13
1
-4
/
+0
*
yuzu: Display current game version in multiplayer room
FearlessTobi
2022-08-27
1
-0
/
+9
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
[next]