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
...
*
|
|
Merge pull request #10942 from FernandoS27/android-is-a-pain-in-the-a--
liamwhite
2023-07-02
5
-9
/
+202
|
\
\
\
|
*
|
|
Memory Tracker: Use 64 bit atomics instead of 128 bits
Fernando Sahmkow
2023-06-29
1
-9
/
+13
|
*
|
|
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2023-06-28
4
-13
/
+54
|
*
|
|
MemoryTracking: Initial setup of atomic writes.
Fernando Sahmkow
2023-06-28
4
-4
/
+152
|
|
/
/
*
|
|
Merge pull request #10710 from liamwhite/romfs2
liamwhite
2023-07-02
1
-21
/
+17
|
\
\
\
|
*
|
|
fsmitm_romfsbuild: avoid full path lookups
Liam
2023-06-27
1
-21
/
+17
|
|
/
/
*
|
|
parcel: Optimize small_vector sizes
Morph
2023-06-30
1
-11
/
+13
*
|
|
general: Use ScratchBuffer where possible
Morph
2023-06-30
6
-45
/
+53
|
/
/
*
|
arm_dynarmic_32: Remove disabling of block linking on arm64
Merry
2023-06-27
1
-5
/
+0
*
|
core: hid: Allow to read bin files while switch controller is available
german77
2023-06-24
1
-4
/
+10
*
|
input_common: Dont try to read/write data from 3rd party controllers
german77
2023-06-24
1
-0
/
+5
*
|
Merge pull request #10859 from liamwhite/no-more-atomic-wait
liamwhite
2023-06-23
4
-18
/
+10
|
\
\
|
*
|
general: remove atomic signal and wait
Liam
2023-06-22
4
-18
/
+10
*
|
|
Merge pull request #10842 from german77/native_mifare
liamwhite
2023-06-23
10
-132
/
+209
|
\
\
\
|
*
|
|
input_common: Implement native mifare support
Narr the Reg
2023-06-21
10
-132
/
+209
*
|
|
|
vfs_real: lock concurrent accesses
Liam
2023-06-23
2
-25
/
+45
*
|
|
|
Merge pull request #10457 from Kelebek1/optimise
bunnei
2023-06-22
37
-275
/
+270
|
\
\
\
\
|
*
|
|
|
Remove memory allocations in some hot paths
Kelebek1
2023-06-22
37
-275
/
+270
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #10806 from liamwhite/worst-fs-implementation-ever
bunnei
2023-06-22
3
-24
/
+42
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
vfs_real: ensure size cache is reset on write
Liam
2023-06-16
1
-0
/
+2
|
*
|
|
patch_manager: remove unnecessary GetSize calls
Liam
2023-06-16
1
-5
/
+4
|
*
|
|
vfs_real: misc optimizations
Liam
2023-06-16
2
-19
/
+36
*
|
|
|
Merge pull request #10086 from Morph1984/coretiming-ng-1
bunnei
2023-06-21
15
-131
/
+45
|
\
\
\
\
|
*
|
|
|
nvdisp: Fix SingleCore frametime reporting
Morph
2023-06-07
1
-1
/
+1
|
*
|
|
|
core_timing: Fix SingleCore cycle timer
Morph
2023-06-07
3
-27
/
+11
|
*
|
|
|
(wall, native)_clock: Add GetGPUTick
Morph
2023-06-07
2
-0
/
+10
|
*
|
|
|
time: Use compile time division for TimeSpanType conversion
Morph
2023-06-07
5
-11
/
+15
|
*
|
|
|
core_timing: Use CNTPCT as the guest CPU tick
Morph
2023-06-07
7
-100
/
+15
|
*
|
|
|
nvnflinger: Acquire lock prior to signaling the vsync variable
Morph
2023-06-07
1
-1
/
+2
*
|
|
|
|
Merge pull request #10841 from liamwhite/math-is-hard
bunnei
2023-06-21
1
-4
/
+10
|
\
\
\
\
\
|
*
|
|
|
|
vfs_concat: verify short read
Liam
2023-06-19
1
-0
/
+5
|
*
|
|
|
|
vfs_concat: fix offset calculation when not aligned to file boundary
Liam
2023-06-18
1
-4
/
+5
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
time_zone_manager: Add null terminator
lat9nq
2023-06-20
1
-2
/
+4
*
|
|
|
|
time_zone_manager: Stop on comma
lat9nq
2023-06-20
1
-1
/
+3
|
/
/
/
/
*
|
|
|
Merge pull request #10797 from lat9nq/tzdb-patch
bunnei
2023-06-17
3
-11
/
+6
|
\
\
\
\
|
*
|
|
|
time_zone_service: Always write time zone rule data
lat9nq
2023-06-17
1
-8
/
+2
|
*
|
|
|
time_zone_manager: Compare to the correct boolean
lat9nq
2023-06-15
1
-2
/
+3
|
*
|
|
|
nx_tzdb: Correct Antarctica spelling
lat9nq
2023-06-15
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
k_thread: Use a mutex and cond_var to sync bool
lat9nq
2023-06-17
2
-5
/
+14
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #10731 from german77/misc_fixes
liamwhite
2023-06-16
10
-115
/
+198
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
service: nfc: Read tag protocol only for nfc backend
Narr the Reg
2023-06-14
2
-5
/
+6
|
*
|
service: nfc: Accuracy fixes
Narr the Reg
2023-06-14
10
-110
/
+192
*
|
|
Merge pull request #10729 from liamwhite/windows-is-a-meme
bunnei
2023-06-14
2
-99
/
+118
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vfs_real: require file existence on open
Liam
2023-06-13
1
-0
/
+4
|
*
|
vfs_real: add simplified open file cache
Liam
2023-06-13
2
-1
/
+18
|
*
|
vfs_real: lazily open files
Liam
2023-06-13
2
-11
/
+3
|
*
|
vfs_real: add file LRU cache for open file limits
Liam
2023-06-13
2
-100
/
+106
*
|
|
Merge pull request #10603 from lat9nq/tz-more-complete
bunnei
2023-06-13
9
-693
/
+297
|
\
\
\
|
*
|
|
tz_manager: Fix comparison to wrong integer
lat9nq
2023-06-05
1
-1
/
+1
|
*
|
|
tz_manager: Implement missing transition times
lat9nq
2023-06-05
1
-1
/
+59
[prev]
[next]