summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/content_archive.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-3/+3
2018-09-04bktr: Fix bucket overlap errorZach Hilman1-3/+0
2018-09-04nsp: Fix error masking issue with XCI filesZach Hilman1-2/+6
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman1-4/+9
2018-09-04content_archive: Add BKTR header parsing to NCAZach Hilman1-15/+156
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-0/+4
2018-08-24content_archive: Add update title detectionZach Hilman1-0/+8
2018-08-23xts_encryption_layer: Implement XTSEncryptionLayerZach Hilman1-1/+1
2018-08-10loader: Add more descriptive errorsZach Hilman1-16/+70
2018-08-07loader: Add icon and title support to XCIZach Hilman1-0/+4
2018-08-04content_archive: Add support for titlekey cryptographyZach Hilman1-7/+37
2018-08-01Add missing parameter to files.push_back()Zach Hilman1-5/+5
2018-08-01Use more descriptive error codes and messagesZach Hilman1-2/+8
2018-08-01Use ErrorEncrypted where applicable and fix no keys crashZach Hilman1-15/+30
2018-08-01Add missing includes and use const where applicableZach Hilman1-2/+2
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-30/+18
2018-08-01Remove files that are not usedZach Hilman1-30/+138
2018-07-28RomFS ExtractionZach Hilman1-15/+4
2018-07-19content_archive: std::move VirtualFile in NCA's constructorLioncash1-1/+4
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+167
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-164/+0
2018-07-06Virtual Filesystem (#597)Zach Hilman1-0/+164