summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/card_image.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-04main: Only show DRD deprecation warning onceZach Hilman1-1/+0
2018-09-04card_image: Add program title ID getterZach Hilman1-0/+2
2018-09-04nsp: Comply with style and performance guidelinesZach Hilman1-1/+1
2018-09-04card_image: Parse XCI secure partition with NSPZach Hilman1-0/+7
Eliminated duplicate code and adds support for Rev1+ carts
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-2/+9
Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
2018-08-23xci: Fix error masking issueZach Hilman1-0/+2
Prevents NCA-related errors from being masked into MissingProgramNCA or MissingKeyFile
2018-08-12card_image: Use type aliases to shorten definitionsLioncash1-3/+3
We have the aliases, so we may as well use 'em.
2018-08-12card_image: Add accessor for all NCAs in XCIZach Hilman1-0/+1
2018-08-01Add missing includes and use const where applicableZach Hilman1-0/+3
2018-08-01Remove files that are not usedZach Hilman1-0/+93