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
*
Make copying directory string more concise
lat9nq
2020-05-28
1
-2
/
+1
*
Address requested changes
lat9nq
2020-05-28
2
-4
/
+4
*
*nix systems can read any-case patch directories
lat9nq
2020-05-27
2
-8
/
+32
*
Merge pull request #3946 from ogniK5377/sysverdat-10-0-2
bunnei
2020-05-20
1
-7
/
+7
|
\
|
*
file_sys: Update SystemVersion archive to version 10.0.2
David Marcec
2020-05-16
1
-7
/
+7
*
|
file_sys: savefata_factory: Update to support DeviceSaveData.
bunnei
2020-05-11
1
-3
/
+6
*
|
file_sys: control_metadata: Expose device_save_data_size.
bunnei
2020-05-11
2
-0
/
+5
|
/
*
file_sys: program_metadata: Add a helper function for generating reasonable d...
bunnei
2020-04-20
2
-1
/
+16
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
2
-6
/
+6
*
CMakeLists: Specify -Wextra on linux builds
Lioncash
2020-04-15
3
-12
/
+18
*
file_sys: patch_manager: Return early when there are no layers to apply.
bunnei
2020-04-14
1
-0
/
+6
*
file_sys: fix LayeredFS error when loading some games made with… (#3602)
enler
2020-04-07
1
-1
/
+2
*
Revert "system_archive: Fix Korean and Chinese fonts"
bunnei
2020-01-30
5
-880167
/
+27164
*
Merge pull request #3151 from FearlessTobi/fix-korean
bunnei
2020-01-30
5
-27164
/
+880167
|
\
|
*
Disable clang-format for font files
FearlessTobi
2020-01-24
3
-0
/
+6
|
*
system_archive: Fix Chinese font
FearlessTobi
2020-01-19
2
-13582
/
+694524
|
*
system_archive: Fix Korean font
FearlessTobi
2020-01-19
2
-13582
/
+185637
*
|
system_archive: Add a basic HLE implementation for time zone binary.
bunnei
2020-01-04
3
-1
/
+673
|
/
*
Merge pull request #3171 from lioncash/internal-link
bunnei
2019-11-28
2
-6
/
+5
|
\
|
*
filesys/romfs: Remove unused includes
Lioncash
2019-11-27
2
-4
/
+2
|
*
filesys/romfs: Make ProcessFile and ProcessDirectory internally linked
Lioncash
2019-11-27
1
-2
/
+3
*
|
patch_manager: Adds check for disabled cheats to prevent them from being enab...
Morph
2019-11-28
1
-5
/
+11
*
|
file_sys/directory: Make EntryType an enum class
Lioncash
2019-11-27
1
-1
/
+1
|
/
*
Merge pull request #3091 from lioncash/core-conversion
bunnei
2019-11-15
7
-18
/
+16
|
\
|
*
loader; Resolve sign conversion/truncation errors
Lioncash
2019-11-12
3
-6
/
+6
|
*
file_sys: Resolve sign conversion warnings
Lioncash
2019-11-12
4
-12
/
+10
*
|
Merge pull request #3093 from lioncash/mbedtls
bunnei
2019-11-14
2
-6
/
+6
|
\
\
|
*
|
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
2
-6
/
+6
|
|
/
*
/
xts_archive: Remove redundant std::string constructor
Lioncash
2019-11-13
1
-2
/
+1
|
/
*
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-11-03
2
-30
/
+28
*
savedata_factory: Automatically create certain savedata
Zach Hilman
2019-10-22
1
-0
/
+12
*
Merge pull request #2897 from DarkLordZach/oss-ext-fonts-1
bunnei
2019-10-14
15
-5
/
+73410
|
\
|
*
pl_u: Fix mismatched rebase size error in font encryption
Zach Hilman
2019-10-13
1
-8
/
+6
|
*
pl_u: Use kernel physical memory
Zach Hilman
2019-10-13
1
-4
/
+7
|
*
pl_u: Use OSS system archives if real archives don't exist
Zach Hilman
2019-10-13
1
-2
/
+1
|
*
system_archive: Synthesize shared fonts system archives
Zach Hilman
2019-10-13
3
-5
/
+101
|
*
externals: Move OSS font data to file_sys in core
Zach Hilman
2019-10-13
12
-0
/
+73309
*
|
Merge pull request #2930 from DarkLordZach/gamecard-partitions
bunnei
2019-10-14
4
-26
/
+128
|
\
\
|
|
/
|
/
|
|
*
card_image: Implement system update commands in XCI
Zach Hilman
2019-10-13
2
-3
/
+37
|
*
card_image: Add accessors for raw partitions in XCI
Zach Hilman
2019-09-22
2
-0
/
+36
|
*
card_image: Lazily load partitions in XCI
Zach Hilman
2019-09-22
2
-26
/
+41
|
*
pfs: Provide accessors for file sizes and offsets
Zach Hilman
2019-09-22
2
-0
/
+17
*
|
core: Remove Core::CurrentProcess()
Lioncash
2019-10-06
1
-2
/
+3
*
|
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-06
2
-3
/
+3
*
|
bcat: Implement DeliveryCacheProgressImpl structure
Zach Hilman
2019-09-30
1
-4
/
+4
*
|
boxcat: Use Etag header names for file digest
Zach Hilman
2019-09-30
1
-14
/
+10
*
|
filesystem: Add getter for BCAT temporary directory
Zach Hilman
2019-09-30
2
-0
/
+7
*
|
vfs: Add function to extract ZIP file into virtual filesystem
Zach Hilman
2019-09-30
2
-0
/
+96
|
/
*
Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"
David Marcec
2019-09-22
15
-73412
/
+5
*
Merge pull request #2535 from DarkLordZach/cheat-v2
David
2019-09-22
4
-743
/
+21
|
\
[next]