index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
file_sys/content_archive: Detect compressed NCAs (#11047)
Tobias
2023-07-12
1
-1
/
+38
*
vfs_real: use open file size for getting size (#11016)
liamwhite
2023-07-06
1
-1
/
+2
*
fsmitm_romfsbuild: avoid full path lookups
Liam
2023-06-27
1
-21
/
+17
*
vfs_real: lock concurrent accesses
Liam
2023-06-23
2
-25
/
+45
*
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
*
|
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
*
|
nx_tzdb: Correct Antarctica spelling
lat9nq
2023-06-15
1
-1
/
+1
|
/
*
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
1
-642
/
+64
|
\
\
|
|
/
|
/
|
|
*
time_zone_binary: Add zoneinfo data
lat9nq
2023-06-05
1
-642
/
+64
*
|
android: Add update support
Narr the Reg
2023-06-11
1
-0
/
+1
*
|
Merge pull request #10591 from keve1227/localized-game-icons
liamwhite
2023-06-07
3
-9
/
+40
|
\
\
|
|
/
|
/
|
|
*
Fix typo
Kevin Sundqvist Norlén
2023-06-03
1
-1
/
+1
|
*
Update Chinese NX language names
Keve1227
2023-06-03
2
-8
/
+8
|
*
Pick game icon based on the configured system language
Keve1227
2023-06-03
1
-1
/
+32
*
|
romfs: use vfs_cached for romfs output
Liam
2023-06-03
3
-24
/
+2
*
|
vfs: add vfs_cached for romfs build
Liam
2023-06-03
3
-2
/
+97
|
/
*
vfs_concat: fix time complexity of read
Liam
2023-05-26
3
-68
/
+124
*
fs: adjust future save path
Liam
2023-05-11
1
-2
/
+2
*
vfs_layered: avoid n^2 lookup in layeredfs building
Liam
2023-05-07
1
-3
/
+6
*
vfs_vector: avoid n^2 lookup in layeredfs building
Liam
2023-05-07
2
-0
/
+23
*
general: fix spelling mistakes
Liam
2023-03-12
4
-11
/
+11
*
Merge pull request #9796 from liamwhite/current
liamwhite
2023-02-15
1
-1
/
+1
|
\
|
*
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
1
-1
/
+1
*
|
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2023-02-14
3
-6
/
+6
*
|
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
2023-02-14
3
-6
/
+6
|
/
*
vfs: Replace cstr concat with char concat
Merry
2023-01-01
1
-3
/
+3
*
general: fix compile for Apple Clang
Liam
2022-11-22
1
-0
/
+1
*
Merge pull request #9115 from vonchenplus/game_name_by_language
bunnei
2022-10-27
2
-12
/
+37
|
\
|
*
file_sys: Priority display of game titles in the current language
FengChen
2022-10-24
2
-12
/
+37
*
|
general: Resolve -Wunused-lambda-capture and C5233
Morph
2022-10-22
1
-2
/
+2
*
|
general: Enforce C4800 everywhere except in video_core
Morph
2022-10-22
1
-1
/
+1
|
/
*
savedata_factory: Detect future save data paths
Morph
2022-10-16
2
-9
/
+53
*
Merge pull request #6142 from lat9nq/prog_meta_ref_bind_address
bunnei
2022-10-06
2
-15
/
+51
|
\
|
*
program_metadata: Unpack FileAccessHeader and FileAccessControl
lat9nq
2022-02-13
2
-15
/
+51
*
|
core: ns: Implement pl:s service
Narr the Reg
2022-09-03
1
-1
/
+1
*
|
core/file_sys: fix alignment of BuildId
Liam
2022-08-21
2
-3
/
+3
*
|
core/file_sys: fix BuildId padding
Liam
2022-08-19
2
-11
/
+7
*
|
ips_layer: Delimit parsed hex value string
Morph
2022-08-12
1
-1
/
+2
*
|
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
*
|
core: Replace all instances of ResultCode with Result
german77
2022-06-26
1
-9
/
+9
*
|
general: fix compilation on GCC 12
Liam
2022-06-13
1
-1
/
+1
[next]