index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: fix page leak on process termination
Liam
2024-01-12
1
-24
/
+10
*
Merge pull request #12518 from t895/theme-settings
liamwhite
2024-01-01
2
-0
/
+3
|
\
|
*
android: Migrate in-game overlay settings to ini
t895
2023-12-30
2
-0
/
+3
*
|
Merge pull request #12466 from liamwhite/sh2
Narr the Reg
2024-01-01
5
-7
/
+395
|
\
\
|
|
/
|
/
|
|
*
heap_tracker: use linear-time mapping eviction
Liam
2023-12-27
2
-9
/
+28
|
*
core: track separate heap allocation for linux
Liam
2023-12-25
5
-7
/
+376
*
|
Merge pull request #12471 from FearlessTobi/port-7146
liamwhite
2023-12-26
3
-0
/
+23
|
\
\
|
*
|
assert/logging: Stop the logging thread and flush the backends before crashing
FearlessTobi
2023-12-26
3
-0
/
+23
|
|
/
*
/
ring_buffer: Use feature macro
FearlessTobi
2023-12-25
1
-1
/
+1
|
/
*
Merge pull request #12387 from liamwhite/oboe
Fernando S
2023-12-19
1
-4
/
+3
|
\
|
*
android: add oboe audio sink
Liam
2023-12-17
1
-4
/
+3
*
|
path_util: copy output for GetParentPath
Liam
2023-12-17
2
-4
/
+4
|
/
*
Merge pull request #12335 from t895/per-game-settings
liamwhite
2023-12-16
4
-6
/
+12
|
\
|
*
settings: Allow vsync to be changed per-game
t895
2023-12-12
1
-1
/
+1
|
*
settings: Allow CPU Debug and Fastmem to be changed per-game
t895
2023-12-12
1
-4
/
+4
|
*
android: Add per-game drivers
t895
2023-12-12
2
-0
/
+3
|
*
android: Refactor settings to expose more options
t895
2023-12-12
1
-1
/
+4
*
|
Merge pull request #12184 from Kelebek1/system_settings
liamwhite
2023-12-16
1
-0
/
+6
|
\
\
|
*
|
Make system settings persistent across boots
Kelebek1
2023-12-16
1
-0
/
+6
|
|
/
*
|
Merge pull request #12290 from liamwhite/deferred-path-split
liamwhite
2023-12-16
2
-11
/
+33
|
\
\
|
*
|
Improve path splitting speed
BreadFish64
2023-12-05
2
-11
/
+33
*
|
|
common: use memory holepunching when clearing memory
Liam
2023-12-14
2
-9
/
+31
|
|
/
|
/
|
*
|
settings: Clearer NCE error messages
GPUCode
2023-12-09
1
-2
/
+6
*
|
settings: Enable NCE by default on capable systems
t895
2023-12-08
1
-4
/
+10
|
/
*
host_memory: move MAP_ALIGNED_SUPER attempt after 448d4815dece
Jan Beich
2023-12-02
1
-13
/
+11
*
host_memory: allow missing MAP_NORESERVE on FreeBSD after 448d4815dece
Jan Beich
2023-12-02
1
-0
/
+4
*
cmake: prefer system gamemode library
Alexandre Bouvier
2023-11-30
1
-1
/
+1
*
Merge pull request #12227 from jbeich/gamemode
liamwhite
2023-11-30
1
-1
/
+1
|
\
|
*
cmake: sync gamemode conditionals with code after 5eec980a2d71
Jan Beich
2023-11-30
1
-1
/
+1
*
|
Merge pull request #12074 from GPUCode/yuwu-on-the-metal
liamwhite
2023-11-30
10
-46
/
+320
|
\
\
|
|
/
|
/
|
|
*
cmake: Move HAS_NCE to root cmake
GPUCode
2023-11-29
1
-1
/
+1
|
*
qt: add cpu_backend configuration
amazingfate
2023-11-26
3
-4
/
+4
|
*
general: fix mac compile
Liam
2023-11-26
1
-0
/
+2
|
*
host_memory: Simplify randomness generation
GPUCode
2023-11-25
1
-11
/
+2
|
*
common: Enforce fastmem for nce usage
GPUCode
2023-11-25
1
-1
/
+1
|
*
Address some review comments
GPUCode
2023-11-25
3
-3
/
+6
|
*
android: Add cpu bakend gui toggle
GPUCode
2023-11-25
3
-5
/
+11
|
*
arm: Implement native code execution backend
Liam
2023-11-25
3
-8
/
+8
|
*
device_memory: Enable direct mapped addresses for nce
GPUCode
2023-11-25
2
-3
/
+10
|
*
settings: Add cpu backend setting
GPUCode
2023-11-25
3
-0
/
+17
|
*
core: Respect memory permissions in Map
GPUCode
2023-11-25
2
-14
/
+44
|
*
host_memory: Switch to FreeRegionManager
Liam
2023-11-25
2
-29
/
+67
|
*
host_memory: ensure map base is between 36 and 39 bits
Liam
2023-11-25
1
-2
/
+58
|
*
common: Add free region manager
--author=Liam
2023-11-25
2
-0
/
+56
|
*
common: Add libc sigaction hook
GPUCode
2023-11-25
3
-0
/
+68
*
|
general: conditionally compile gamemode on linux only
Liam
2023-11-29
2
-1
/
+2
*
|
Merge pull request #11946 from flodavid/gamemode
liamwhite
2023-11-29
6
-0
/
+78
|
\
\
|
*
|
yuzu: create linux group in general settings
flodavid
2023-11-25
6
-2
/
+78
|
*
|
yuzu: integrate gamemode support on linux
xcfrg
2023-11-25
1
-0
/
+2
|
|
/
*
|
Merge pull request #11535 from GPUCode/upload_cmdbuf
Fernando S
2023-11-26
1
-0
/
+2
|
\
\
|
|
/
|
/
|
[next]