aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/content_archive.h
AgeCommit message (Expand)Author
2019-01-15content_archive: Add getter for logo section of NCAZach Hilman
2018-11-01content_archive: Add optional KeyManager parameter to constructorZach Hilman
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman
2018-10-16content_archive: Make IsValidNCA() an internally linked functionLioncash
2018-10-16content_archive: Split loading into separate functionsLioncash
2018-10-16content_archive: Pass and take NCASectionHeader instance by referenceLioncash
2018-09-19file-sys: Default heavy-weight class destructors in the cpp fileLioncash
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman
2018-09-04content_archive: Add BKTR header parsing to NCAZach Hilman
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
2018-08-23content_archive: Add update title detectionZach Hilman
2018-08-20registration: Add Data_Unknown5 NCAContentTypeZach Hilman
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-08Merge pull request #850 from DarkLordZach/icon-metabunnei
2018-08-06loader: Add icon and title support to XCIZach Hilman
2018-08-04content_archive: Add support for titlekey cryptographyZach Hilman
2018-08-01Use ErrorEncrypted where applicable and fix no keys crashZach Hilman
2018-08-01Add missing includes and use const where applicableZach Hilman
2018-08-01Make XCI comply to review and style guidelinesZach Hilman
2018-08-01Extract mbedtls to cpp fileZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-18content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const referenceLioncash
2018-07-18content_archive: Add missing standard includesLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman