index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
content_archive.cpp
Age
Commit message (
Expand
)
Author
2018-09-04
bktr: Fix bucket overlap error
Zach Hilman
2018-09-04
nsp: Fix error masking issue with XCI files
Zach Hilman
2018-09-04
bktr: Implement IVFC offset shifting
Zach Hilman
2018-09-04
content_archive: Add BKTR header parsing to NCA
Zach Hilman
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-08-23
content_archive: Add update title detection
Zach Hilman
2018-08-23
xts_encryption_layer: Implement XTSEncryptionLayer
Zach Hilman
2018-08-09
loader: Add more descriptive errors
Zach Hilman
2018-08-08
Merge pull request #850 from DarkLordZach/icon-meta
bunnei
2018-08-06
loader: Add icon and title support to XCI
Zach Hilman
2018-08-04
content_archive: Add support for titlekey cryptography
Zach Hilman
2018-08-01
Add missing parameter to files.push_back()
Zach Hilman
2018-08-01
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
Use ErrorEncrypted where applicable and fix no keys crash
Zach Hilman
2018-08-01
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
Remove files that are not used
Zach Hilman
2018-07-27
RomFS Extraction
Zach Hilman
2018-07-18
content_archive: std::move VirtualFile in NCA's constructor
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman