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
*
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-23
20
-376
/
+376
*
qt: Add UI elements for LayeredFS and related tools
Zach Hilman
2018-09-21
2
-2
/
+2
*
romfs: Implement CreateRomFS
Zach Hilman
2018-09-21
2
-4
/
+25
*
file_sys: Port Atmosphere-NX fs_mitm implementation
Zach Hilman
2018-09-21
2
-0
/
+474
*
bis_factory: Add mod directory VFS getter
Zach Hilman
2018-09-21
2
-3
/
+14
*
patch_manager: Add LayeredFS mods support
Zach Hilman
2018-09-21
2
-1
/
+44
*
vfs_concat: Rewrite and fix ConcatenatedVfsFile
Zach Hilman
2018-09-21
2
-14
/
+59
*
vfs_layered: Add LayeredVfsDirectory
Zach Hilman
2018-09-21
2
-0
/
+178
*
vfs_vector: Add VectorVfsFile
Zach Hilman
2018-09-21
2
-0
/
+75
*
vfs_static: Add StaticVfsFile
Zach Hilman
2018-09-21
1
-0
/
+77
*
vfs: Add and rewite VfsRawCopy functions
Zach Hilman
2018-09-21
2
-6
/
+36
*
vfs: Add GetEntries method
Zach Hilman
2018-09-21
4
-0
/
+32
*
Merge pull request #1364 from lioncash/content
bunnei
2018-09-20
25
-1
/
+45
|
\
|
*
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-19
25
-1
/
+45
*
|
Merge pull request #1358 from DarkLordZach/temp-storage
bunnei
2018-09-20
1
-4
/
+7
|
\
\
|
*
|
savedata_factory: Add TemporaryStorage SaveDataType
Zach Hilman
2018-09-19
1
-4
/
+7
*
|
|
Merge pull request #1363 from lioncash/control
bunnei
2018-09-20
2
-14
/
+17
|
\
\
\
|
*
|
|
control_metadata: Remove unnecessary else within GetLanguageEntry()
Lioncash
2018-09-19
1
-8
/
+8
|
*
|
|
control_metadata: Move language name array definition to the cpp file
Lioncash
2018-09-19
2
-6
/
+9
|
|
|
/
|
|
/
|
*
|
|
xts_archive: Remove unused variables from CalculateHMAC256()
Lioncash
2018-09-19
1
-3
/
+0
*
|
|
xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr
Lioncash
2018-09-19
2
-3
/
+3
*
|
|
xts_archive: Ensure NAX's type member is always initialized
Lioncash
2018-09-19
1
-1
/
+1
*
|
|
xts_archive: Amend initializer order of NAX's constructor
Lioncash
2018-09-19
1
-2
/
+2
|
/
/
*
/
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
21
-128
/
+130
|
/
*
file_sys/nca_patch: Amend constructor initializer list order
Lioncash
2018-09-06
1
-2
/
+2
*
file_sys/nca_patch: Remove unnecessary includes
Lioncash
2018-09-06
2
-2
/
+9
*
file_sys/patch_manager: Add missing includes
Lioncash
2018-09-06
2
-0
/
+5
*
Merge pull request #1242 from lioncash/file-sys
bunnei
2018-09-05
2
-8
/
+17
|
\
|
*
file_sys/submission_package: Correct constructor initialization list order
Lioncash
2018-09-05
1
-2
/
+2
|
*
file_sys/submission_package: Replace includes with forward declarations where...
Lioncash
2018-09-05
2
-6
/
+15
*
|
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
5
-6
/
+6
*
|
patch_manager: Centralize Control-type NCA parsing
Zach Hilman
2018-09-04
2
-22
/
+66
*
|
nsp: Fix error masking issue with XCI files
Zach Hilman
2018-09-04
3
-6
/
+13
*
|
game_list: Fix version display on non-NAND titles
Zach Hilman
2018-09-04
2
-7
/
+23
*
|
bktr: Add logging on successful patch
Zach Hilman
2018-09-04
3
-7
/
+24
*
|
bktr: Implement IVFC offset shifting
Zach Hilman
2018-09-04
5
-8
/
+20
*
|
bktr: Fix missing includes and optimize style
Zach Hilman
2018-09-04
6
-96
/
+102
*
|
patch_manager: Add usages of patches to ExeFS
Zach Hilman
2018-09-04
2
-1
/
+11
*
|
file_sys: Add class to manage game patches
Zach Hilman
2018-09-04
2
-0
/
+132
*
|
file_sys: Add BKTR patching mechanism
Zach Hilman
2018-09-04
2
-0
/
+352
*
|
content_archive: Add BKTR header parsing to NCA
Zach Hilman
2018-09-04
2
-19
/
+160
*
|
registration: Add RegisteredCacheUnion
Zach Hilman
2018-09-04
2
-0
/
+154
|
/
*
main: Only show DRD deprecation warning once
Zach Hilman
2018-09-04
5
-2
/
+5
*
control_metadata: Use alternate language names if AmericanEnglish isn't avail...
Zach Hilman
2018-09-04
2
-4
/
+17
*
card_image: Add program title ID getter
Zach Hilman
2018-09-04
2
-0
/
+6
*
nsp: Comply with style and performance guidelines
Zach Hilman
2018-09-04
4
-25
/
+37
*
registration: Add support for installing NSP files
Zach Hilman
2018-09-04
2
-10
/
+16
*
card_image: Parse XCI secure partition with NSP
Zach Hilman
2018-09-04
2
-7
/
+33
*
file_sys: Add Nintendo Submission Package (NSP)
Zach Hilman
2018-09-04
2
-0
/
+296
*
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-09-03
17
-21
/
+51
[next]