summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/content_archive.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-4/+4
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-1/+1
2020-07-01key_manager: Correct casing of instance()Lioncash1-1/+1
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi1-3/+2
2019-09-21content_archive: Add accessors for Rights ID and SDK VersionZach Hilman1-0/+2
2019-03-19file_sys/content_archive: Amend name of Data_Unknown5 enum entryLioncash1-1/+14
2019-01-15content_archive: Add getter for logo section of NCAZach Hilman1-0/+10
2018-11-02content_archive: Add optional KeyManager parameter to constructorZach Hilman1-1/+2
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L1-3/+4
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman1-3/+0
2018-10-16content_archive: Make IsValidNCA() an internally linked functionLioncash1-2/+0
2018-10-16content_archive: Split loading into separate functionsLioncash1-3/+12
2018-10-16content_archive: Pass and take NCASectionHeader instance by referenceLioncash1-1/+1
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+2
2018-09-04bktr: Implement IVFC offset shiftingZach Hilman1-1/+6
2018-09-04content_archive: Add BKTR header parsing to NCAZach Hilman1-4/+4
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-3/+5
2018-08-24content_archive: Add update title detectionZach Hilman1-0/+3
2018-08-20registration: Add Data_Unknown5 NCAContentTypeZach Hilman1-0/+1
2018-08-10loader: Add more descriptive errorsZach Hilman1-2/+3
2018-08-07loader: Add icon and title support to XCIZach Hilman1-0/+1
2018-08-04content_archive: Add support for titlekey cryptographyZach Hilman1-0/+2
2018-08-01Use ErrorEncrypted where applicable and fix no keys crashZach Hilman1-2/+2
2018-08-01Add missing includes and use const where applicableZach Hilman1-5/+6
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-2/+3
2018-08-01Extract mbedtls to cpp fileZach Hilman1-1/+2
2018-08-01Remove files that are not usedZach Hilman1-6/+20
2018-07-19content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const referenceLioncash1-1/+1
2018-07-19content_archive: Add missing standard includesLioncash1-0/+5
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+95
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-89/+0
2018-07-06Virtual Filesystem (#597)Zach Hilman1-0/+89