summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/content_archive.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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