summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/card_image.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-7/+8
|
* nsp: Fix error masking issue with XCI filesZach Hilman2018-09-041-3/+3
| | | | Now display correct error instead of catch-all MissingProgramNCA
* card_image: Add program title ID getterZach Hilman2018-09-041-0/+4
|
* nsp: Comply with style and performance guidelinesZach Hilman2018-09-041-0/+1
|
* card_image: Parse XCI secure partition with NSPZach Hilman2018-09-041-7/+26
| | | | Eliminated duplicate code and adds support for Rev1+ carts
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-0/+3
| | | | | Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
* xci: Ignore NCA files with updates in secureZach Hilman2018-08-241-0/+3
|
* xci: Fix error masking issueZach Hilman2018-08-231-0/+9
| | | | Prevents NCA-related errors from being masked into MissingProgramNCA or MissingKeyFile
* Merge pull request #1005 from DarkLordZach/registered-fmtbunnei2018-08-161-0/+4
|\ | | | | file_sys: Add support for registration format
| * card_image: Add accessor for all NCAs in XCIZach Hilman2018-08-121-0/+4
| |
* | loader: Make ResultStatus directly compatible with fmtLioncash2018-08-151-2/+5
| | | | | | | | | | | | | | | | | | We can make the enum class type compatible with fmt by providing an overload of operator<<. While we're at it, perform proper bounds checking. If something exceeds the array, it should be a hard fail, because it's, without a doubt, a programmer error in this case.
* | card_image: Use type aliases to shorten definitionsLioncash2018-08-121-3/+3
| | | | | | | | We have the aliases, so we may as well use 'em.
* | card_image: Simplify return statement of GetSubdirectories()Lioncash2018-08-121-1/+1
|/ | | | | We don't need to write out the construction long-form, we can just let the language itself work it out off the return type.
* loader: Add more descriptive errorsZach Hilman2018-08-101-7/+12
| | | Full list of new errors and descriptions in core/loader/loader.h
* loader: Add icon and title support to XCIZach Hilman2018-08-071-0/+1
|
* Use ErrorEncrypted where applicable and fix no keys crashZach Hilman2018-08-011-0/+1
|
* Add missing includes and use const where applicableZach Hilman2018-08-011-2/+3
|
* Make XCI comply to review and style guidelinesZach Hilman2018-08-011-9/+6
|
* Remove files that are not usedZach Hilman2018-08-011-0/+150