summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/card_image.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* main: Only show DRD deprecation warning onceZach Hilman2018-09-041-1/+0
|
* card_image: Add program title ID getterZach Hilman2018-09-041-0/+2
|
* nsp: Comply with style and performance guidelinesZach Hilman2018-09-041-1/+1
|
* card_image: Parse XCI secure partition with NSPZach Hilman2018-09-041-0/+7
| | | | Eliminated duplicate code and adds support for Rev1+ carts
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-2/+9
| | | | | Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
* xci: Fix error masking issueZach Hilman2018-08-231-0/+2
| | | | Prevents NCA-related errors from being masked into MissingProgramNCA or MissingKeyFile
* Merge pull request #1005 from DarkLordZach/registered-fmtbunnei2018-08-161-0/+1
|\ | | | | file_sys: Add support for registration format
| * card_image: Add accessor for all NCAs in XCIZach Hilman2018-08-121-0/+1
| |
* | card_image: Use type aliases to shorten definitionsLioncash2018-08-121-3/+3
|/ | | | We have the aliases, so we may as well use 'em.
* Add missing includes and use const where applicableZach Hilman2018-08-011-0/+3
|
* Remove files that are not usedZach Hilman2018-08-011-0/+93