index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: be more careful about kernel address keys
Liam
2023-03-01
5
-11
/
+23
*
kernel: refactor priority inheritance to represent locks as C++ objects
Liam
2023-03-01
8
-190
/
+436
*
kernel: simplify AddressSpaceInfo, update values
Liam
2023-03-01
1
-66
/
+13
*
kernel: barrier memory before condition variable write
Liam
2023-03-01
1
-15
/
+15
*
kernel: document previous location of interrupt disables in arbiter/condvar
Liam
2023-03-01
2
-3
/
+9
*
kernel: adjust pool allocations
Liam
2023-03-01
2
-7
/
+16
*
kernel: simplify KAbstractSchedulerLock::Lock
Liam
2023-03-01
1
-5
/
+6
*
kernel: add InfoType::IoRegionHint
Liam
2023-03-01
1
-0
/
+1
*
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-03-01
141
-1153
/
+1569
|
\
|
*
sm:: fix lingering session initialization issues
Liam
2023-02-21
2
-2
/
+19
|
*
cheat_engine: add check for hid initialization
Liam
2023-02-21
1
-2
/
+7
|
*
sm:: support service registration deferral
Liam
2023-02-21
5
-8
/
+151
|
*
service: refactor server architecture
Liam
2023-02-21
140
-1143
/
+1393
|
*
core: defer cpu shutdown
Liam
2023-02-21
1
-3
/
+4
*
|
cmake: use correct boost imported targets
Alexandre Bouvier
2023-02-28
5
-5
/
+5
*
|
Merge pull request #9859 from liamwhite/tmem-use
liamwhite
2023-02-27
21
-75
/
+95
|
\
\
|
*
|
am: avoid direct pointer access of transfer memory objects
Liam
2023-02-24
1
-6
/
+4
|
*
|
hid: avoid direct pointer access of transfer memory objects
Liam
2023-02-24
20
-69
/
+91
*
|
|
Merge pull request #9874 from german77/violet
liamwhite
2023-02-27
1
-4
/
+8
|
\
\
\
|
*
|
|
service: btm: Fix handle functions
Narr the Reg
2023-02-27
1
-4
/
+8
*
|
|
|
Merge pull request #9872 from goldenx86/partialLTO
Matías Locatti
2023-02-27
2
-0
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Partially apply LTO to only core and video_core projects.
Matías Locatti
2023-02-27
2
-0
/
+8
*
|
|
|
Revert "yuzu: config: Remove player 8 and 9 from config file"
Narr the Reg
2023-02-26
8
-104
/
+38
|
/
/
/
*
|
|
Merge pull request #9849 from ameerj/async-astc
liamwhite
2023-02-26
15
-8
/
+138
|
\
\
\
|
*
|
|
configuration: Add async ASTC decode setting
ameerj
2023-02-22
12
-8
/
+49
|
*
|
|
texture_cache: Add async texture decoding
ameerj
2023-02-22
4
-0
/
+89
*
|
|
|
yuzu: config: Remove player 8 and 9 from config file
Narr the Reg
2023-02-25
8
-38
/
+104
*
|
|
|
Merge pull request #9848 from german77/metroid_motion
liamwhite
2023-02-25
6
-26
/
+115
|
\
\
\
\
|
*
|
|
|
core: hid: Restore motion state on refresh and clamp motion values
Narr the Reg
2023-02-21
3
-2
/
+30
|
*
|
|
|
input_common: Implement dedicated motion from mouse
Narr the Reg
2023-02-21
3
-24
/
+85
|
|
/
/
/
*
|
|
|
Merge pull request #9857 from german77/fwupdate
liamwhite
2023-02-25
13
-2
/
+63
|
\
\
\
\
|
*
|
|
|
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-24
13
-2
/
+63
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #9861 from german77/bustype
liamwhite
2023-02-25
2
-15
/
+15
|
\
\
\
\
|
*
|
|
|
core: hidbus: Fix BusType size
Narr the Reg
2023-02-24
2
-15
/
+15
|
|
/
/
/
*
/
/
/
config: Fix per game Force max clock
german77
2023-02-25
2
-5
/
+1
|
/
/
/
*
|
|
settings: Add more input settings to the log
Narr the Reg
2023-02-21
1
-0
/
+7
*
|
|
core: hid: Fix native mouse mappings
Narr the Reg
2023-02-21
5
-63
/
+62
|
/
/
*
|
Merge pull request #9847 from german77/timeout
liamwhite
2023-02-21
1
-0
/
+2
|
\
\
|
*
|
yuzu: Set a lower timeout for discord presence
Narr the Reg
2023-02-21
1
-0
/
+2
|
|
/
*
|
Merge pull request #9846 from merryhime/type-const
liamwhite
2023-02-21
14
-54
/
+54
|
\
\
|
*
|
svc: Fix type consistency (exposed on macOS)
Merry
2023-02-21
14
-54
/
+54
|
|
/
*
|
Merge pull request #9841 from abouvier/httplib-update
liamwhite
2023-02-21
2
-2
/
+2
|
\
\
|
*
|
externals: Update cpp-httplib to latest
Alexandre Bouvier
2023-02-21
2
-2
/
+2
|
|
/
*
/
net: translate ECONNRESET network error
MonsterDruide1
2023-02-21
4
-0
/
+8
|
/
*
Qt: Reintroduce scaling for touch input
german77
2023-02-19
2
-6
/
+16
*
Merge pull request #9771 from ameerj/host-thread-id
liamwhite
2023-02-19
1
-27
/
+18
|
\
|
*
kernel: Refactor thread_local variable usage
ameerj
2023-02-10
1
-27
/
+18
*
|
Merge pull request #9588 from liamwhite/bylaws-reverts
liamwhite
2023-02-19
10
-34
/
+9
|
\
\
|
*
|
Revert "shader_recompiler: Align SSBO offsets to meet host requirements"
Liam
2023-01-07
4
-12
/
+6
|
*
|
Revert "Vulkan, OpenGL: Hook up storage buffer alignment code"
Liam
2023-01-07
6
-22
/
+3
[next]