index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
perf_stats: Check multicore first
Morph
2023-03-07
1
-2
/
+2
|
*
|
|
hid: Use nanosecond timestamps instead of ticks
Morph
2023-03-07
2
-5
/
+5
|
*
|
|
core: Promote CPU/GPU threads to time critical
Morph
2023-03-07
2
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #9916 from liamwhite/fpu
liamwhite
2023-03-09
3
-1
/
+28
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
kernel: clone fpu status on CreateThread
Liam
2023-03-07
3
-1
/
+28
|
|
/
*
|
Merge pull request #9912 from liamwhite/err
liamwhite
2023-03-08
22
-119
/
+105
|
\
\
|
*
|
hle: rename legacy errors to Results
Liam
2023-03-06
22
-119
/
+105
*
|
|
Merge pull request #9904 from liamwhite/ws
liamwhite
2023-03-08
1
-16
/
+29
|
\
\
\
|
*
|
|
kernel: fix WaitSynchronization
Liam
2023-03-05
1
-16
/
+29
*
|
|
|
Merge pull request #9921 from liamwhite/override
Morph
2023-03-07
3
-5
/
+5
|
\
\
\
\
|
*
|
|
|
general: fix type inconsistencies
Liam
2023-03-07
3
-5
/
+5
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
kernel: avoid signed overflow UB on MSVC
Liam
2023-03-07
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #9889 from Morph1984/time-is-ticking
liamwhite
2023-03-07
3
-28
/
+41
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
hardware_properties: Update BASE_CLOCK_RATE to exactly 1020 MHz
Morph
2023-03-05
1
-5
/
+3
|
*
|
core_timing: Use higher precision sleeps on Windows
Morph
2023-03-05
2
-23
/
+38
|
|
/
*
|
Merge pull request #9910 from jbeich/libc++
liamwhite
2023-03-06
1
-0
/
+1
|
\
\
|
*
|
kernel: add missing header for libc++
Jan Beich
2023-03-06
1
-0
/
+1
|
|
/
*
|
Merge pull request #9905 from german77/usbssl
liamwhite
2023-03-06
3
-62
/
+102
|
\
\
|
*
|
service: psc: Update names
Narr the Reg
2023-03-05
1
-9
/
+9
|
*
|
service: ssl: Add missing properties and update names
Narr the Reg
2023-03-05
1
-18
/
+58
|
*
|
service: usb: Update names
Narr the Reg
2023-03-05
1
-35
/
+35
|
|
/
*
/
service: acc: Replace default image with a 32x32 image
Narr the Reg
2023-03-05
2
-9
/
+20
|
/
*
Merge pull request #9884 from liamwhite/service-cleanup
Morph
2023-03-03
178
-2075
/
+2008
|
\
|
*
nvnflinger: fix name
Liam
2023-03-01
51
-340
/
+339
|
*
service: move hle_ipc from kernel
Liam
2023-03-01
148
-1734
/
+1669
|
*
sm:: remove unused member
Liam
2023-03-01
1
-1
/
+0
*
|
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
1
-1
/
+1
*
|
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
1
-0
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Partially apply LTO to only core and video_core projects.
Matías Locatti
2023-02-27
1
-0
/
+4
*
|
|
|
Revert "yuzu: config: Remove player 8 and 9 from config file"
Narr the Reg
2023-02-26
3
-98
/
+13
|
/
/
/
*
|
|
yuzu: config: Remove player 8 and 9 from config file
Narr the Reg
2023-02-25
3
-13
/
+98
[prev]
[next]