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
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-09-21
content_archive: Add accessors for Rights ID and SDK Version
Zach Hilman
2019-06-19
Update content_archive.cpp
jonsn0w
2019-01-15
content_archive: Add getter for logo section of NCA
Zach Hilman
2018-11-01
content_archive: Add optional KeyManager parameter to constructor
Zach Hilman
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-19
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-10-16
content_archive: Simpify assignment of bktr_base_romfs in the constructor
Lioncash
2018-10-16
content_archive: Make IsValidNCA() an internally linked function
Lioncash
2018-10-16
content_archive: Simplify rights ID check
Lioncash
2018-10-16
content_archive: Split loading into separate functions
Lioncash
2018-10-16
content_archive: Pass and take NCASectionHeader instance by reference
Lioncash
2018-10-12
content_archive: Move get key log to Trace level
Zach Hilman
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
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