summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/card_image.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-23xci: Fix error masking issueZach Hilman1-0/+9
Prevents NCA-related errors from being masked into MissingProgramNCA or MissingKeyFile
2018-08-15loader: Make ResultStatus directly compatible with fmtLioncash1-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.
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: Simplify return statement of GetSubdirectories()Lioncash1-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.
2018-08-12card_image: Add accessor for all NCAs in XCIZach Hilman1-0/+4
2018-08-10loader: Add more descriptive errorsZach Hilman1-7/+12
Full list of new errors and descriptions in core/loader/loader.h
2018-08-07loader: Add icon and title support to XCIZach Hilman1-0/+1
2018-08-01Use ErrorEncrypted where applicable and fix no keys crashZach Hilman1-0/+1
2018-08-01Add missing includes and use const where applicableZach Hilman1-2/+3
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-9/+6
2018-08-01Remove files that are not usedZach Hilman1-0/+150