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
*
Merge pull request #1838 from lioncash/dedup
bunnei
2018-12-04
1
-27
/
+26
|
\
|
*
file_sys/registered_cache: Eliminate variable shadowing
Lioncash
2018-12-01
1
-27
/
+26
*
|
Merge pull request #1835 from lioncash/cache-global
bunnei
2018-12-03
2
-11
/
+10
|
\
\
|
*
|
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-01
2
-11
/
+10
|
|
/
*
|
file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...
Lioncash
2018-11-30
2
-0
/
+25
*
|
service/fsp_srv: Implement CleanDirectoryRecursively
Lioncash
2018-11-30
2
-4
/
+37
|
/
*
Merge pull request #1814 from lioncash/ptr
bunnei
2018-11-27
2
-28
/
+26
|
\
|
*
file_sys/registered_cache: Remove unused <map> include
Lioncash
2018-11-27
1
-1
/
+0
|
*
file_sys/registered_cache: Use regular const references instead of std::share...
Lioncash
2018-11-27
2
-27
/
+26
*
|
control_metadata: Correct typo in language name (Portugese -> Portuguese)
Lioncash
2018-11-27
1
-7
/
+17
|
/
*
Merge pull request #1747 from DarkLordZach/exefs-lfs
bunnei
2018-11-23
1
-2
/
+47
|
\
|
*
patch_manager: Show LayeredExeFS patch in add-ons column
Zach Hilman
2018-11-20
1
-3
/
+14
|
*
patch_manager: Apply LayeredExeFS patches
Zach Hilman
2018-11-20
1
-0
/
+25
|
*
settings: Add option to dump ExeFS of games upon launch
Zach Hilman
2018-11-20
1
-0
/
+9
*
|
file_sys/card_image: Provide named members for the GamecardInfo struct
Lioncash
2018-11-20
1
-1
/
+12
|
/
*
Merge pull request #1632 from DarkLordZach/keys-manager-optimizations
bunnei
2018-11-16
8
-10
/
+23
|
\
|
*
file_sys: Use common KeyManager in NCA container types
Zach Hilman
2018-11-01
6
-7
/
+18
|
*
content_archive: Add optional KeyManager parameter to constructor
Zach Hilman
2018-11-01
2
-3
/
+5
*
|
file_sys/errors: Remove currently unused filesystem error codes
Lioncash
2018-11-16
1
-10
/
+0
*
|
file_sys/errors: Get rid of the ErrCodes namespace
Lioncash
2018-11-16
1
-17
/
+5
*
|
file_sys/errors: Extract FS-related error codes to file_sys/errors.h
Lioncash
2018-11-16
1
-1
/
+8
*
|
Merge pull request #1618 from DarkLordZach/dump-nso
bunnei
2018-11-15
3
-2
/
+24
|
\
\
|
*
|
patch_manager: Add support for dumping decompressed NSOs
Zach Hilman
2018-10-29
1
-0
/
+13
|
*
|
bis_factory: Add getter for mod dump root for a title ID
Zach Hilman
2018-10-29
2
-2
/
+11
*
|
|
Merge pull request #1608 from DarkLordZach/save-data-reader
bunnei
2018-11-13
4
-14
/
+28
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ns: Implement command 400: GetApplicationControlData
Zach Hilman
2018-10-29
2
-2
/
+2
|
*
|
savedata_factory: Expose accessors for SaveDataSpace
Zach Hilman
2018-10-29
2
-14
/
+21
|
*
|
control_metadata: Add GetRawBytes function to NACP
Zach Hilman
2018-10-29
2
-0
/
+7
|
|
/
*
|
general: Remove unused boost inclusions where applicable
Lioncash
2018-10-30
1
-1
/
+0
*
|
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
11
-84
/
+76
|
/
*
file_sys/patch_manager: Remove unnecessary if-statements (#1586)
Frederic L
2018-10-28
1
-7
/
+6
*
Merge pull request #1430 from DarkLordZach/remove-promote-dir
bunnei
2018-10-26
17
-95
/
+1
|
\
|
*
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-10-19
17
-95
/
+1
*
|
ips_layer: Use rle_size instead of data_size in RLE patch application
Zach Hilman
2018-10-25
1
-1
/
+1
*
|
vfs: Handle failure of file reading within VfsRawCopy()
Lioncash
2018-10-24
1
-2
/
+6
*
|
Merge pull request #1515 from DarkLordZach/dlc-lfs
bunnei
2018-10-23
3
-4
/
+24
|
\
\
|
|
/
|
/
|
|
*
qt: Add support for dumping a DLC Data RomFS
Zach Hilman
2018-10-17
2
-0
/
+5
|
*
registered_cache: Deduplicate results of ListEntry and ListEntryFilter
Zach Hilman
2018-10-17
2
-2
/
+16
|
*
patch_manager: Add support for using LayeredFS with Data
Zach Hilman
2018-10-17
1
-2
/
+3
*
|
Merge pull request #1511 from lioncash/content
bunnei
2018-10-18
2
-258
/
+292
|
\
\
|
*
|
content_archive: Simpify assignment of bktr_base_romfs in the constructor
Lioncash
2018-10-16
1
-2
/
+1
|
*
|
content_archive: Make IsValidNCA() an internally linked function
Lioncash
2018-10-16
2
-3
/
+1
|
*
|
content_archive: Simplify rights ID check
Lioncash
2018-10-16
1
-2
/
+2
|
*
|
content_archive: Split loading into separate functions
Lioncash
2018-10-16
2
-253
/
+290
|
*
|
content_archive: Pass and take NCASectionHeader instance by reference
Lioncash
2018-10-16
2
-3
/
+3
|
|
/
*
|
Merge pull request #1510 from lioncash/xci
bunnei
2018-10-18
2
-5
/
+7
|
\
\
|
*
|
XCI: Add function for checking the existence of the program NCA
Lioncash
2018-10-16
2
-5
/
+7
|
|
/
*
|
Merge pull request #1509 from DarkLordZach/device-save-data
bunnei
2018-10-17
1
-1
/
+12
|
\
\
|
|
/
|
/
|
|
*
savedata_factory: Add TemporaryStorage SaveDataSpaceId
Zach Hilman
2018-10-16
1
-1
/
+4
|
*
savedata_factory: Add support for DeviceSaveData
Zach Hilman
2018-10-16
1
-0
/
+8
[next]