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_romfsbuild: Add support for stubbing and IPS patches in LFS
Zach Hilman
2018-10-04
1
-0
/
+14
*
Merge pull request #1415 from DarkLordZach/ips
bunnei
2018-10-04
4
-31
/
+233
|
\
|
*
nso: Optimize loading of IPS patches
Zach Hilman
2018-10-02
2
-45
/
+38
|
*
patch_manager: Add PatchNSO function
Zach Hilman
2018-10-01
2
-0
/
+102
|
*
patch_manager: Use strings for patch type instead of enum
Zach Hilman
2018-10-01
2
-29
/
+33
|
*
file_sys: Implement function to apply IPS patches
Zach Hilman
2018-10-01
2
-0
/
+103
*
|
Merge pull request #1436 from lioncash/view
bunnei
2018-10-03
2
-73
/
+101
|
\
\
|
*
|
submission_package: Avoid dangling std::string_view within SetTicketKeys()
Lioncash
2018-10-03
1
-2
/
+5
|
*
|
submission_package: Correct location of null check within SetTicketKeys()
Lioncash
2018-10-03
1
-3
/
+6
|
*
|
submission_package: Use std::string's rfind() when looking for the extension ...
Lioncash
2018-10-03
1
-1
/
+1
|
*
|
submission_package: Ensure the 'extracted' member variable is always initialized
Lioncash
2018-10-03
2
-3
/
+1
|
*
|
submission_package: Move ExeFS and RomFS initialization to its own function
Lioncash
2018-10-03
2
-10
/
+18
|
*
|
submission_package: Move NCA reading code to its own function
Lioncash
2018-10-03
2
-43
/
+48
|
*
|
submission_package: Move ticket key setting to its own function
Lioncash
2018-10-03
1
-21
/
+28
|
*
|
submission_package: Invert conditionals within NSP's constructor to reduce ne...
Lioncash
2018-10-03
1
-45
/
+49
*
|
|
Merge pull request #1435 from lioncash/xci
bunnei
2018-10-03
1
-1
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
card_image: Ensure program_nca_status is always initialized
Lioncash
2018-10-02
1
-1
/
+3
|
|
/
*
|
aoc_u: Extract AccumulateAOCTitleIDs to separate function
Zach Hilman
2018-09-30
1
-1
/
+2
*
|
aoc_u: Implement GetAddOnContentBaseId
Zach Hilman
2018-09-30
1
-2
/
+3
*
|
romfs_factory: Read from all locations with StorageId None
Zach Hilman
2018-09-30
1
-26
/
+25
*
|
patch_manager: Add DLC recognition to PatchManager
Zach Hilman
2018-09-30
2
-0
/
+27
|
/
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
2
-2
/
+2
*
Merge pull request #1395 from lioncash/vm
bunnei
2018-09-29
2
-3
/
+7
|
\
|
*
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-24
2
-3
/
+7
*
|
fsmitm_romfsbuild: std::move std::vector instances in Build()
Lioncash
2018-09-26
1
-2
/
+2
*
|
fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp()
Lioncash
2018-09-26
1
-12
/
+11
*
|
patch_manager: Invert conditionals within ApplyLayeredFS()
Lioncash
2018-09-25
1
-27
/
+30
*
|
vfs_vector: Amend initializer list order in VectorVfsFile's constructor initi...
Lioncash
2018-09-25
1
-1
/
+1
*
|
fsmitm_romfsbuild: Avoid type truncation warnings
Lioncash
2018-09-25
1
-7
/
+10
*
|
fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFS...
Lioncash
2018-09-25
1
-5
/
+3
*
|
fsmitm_romfsbuild: Remove unnecessary loops in Build()
Lioncash
2018-09-25
1
-6
/
+0
*
|
fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build()
Lioncash
2018-09-25
1
-1
/
+1
*
|
vfs/etc: Append std:: to size_t usages
Lioncash
2018-09-25
6
-22
/
+23
*
|
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Lioncash
2018-09-25
7
-60
/
+58
*
|
vfs_static: Remove template byte parameter from StaticVfsFile
Lioncash
2018-09-25
4
-42
/
+42
*
|
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
|
\
\
[next]