summaryrefslogtreecommitdiffstats
path: root/src/core/loader/xci.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-04patch_manager: Centralize Control-type NCA parsingZach Hilman1-18/+3
2018-09-04game_list: Fix version display on non-NAND titlesZach Hilman1-1/+10
2018-09-04card_image: Parse XCI secure partition with NSPZach Hilman1-4/+3
Eliminated duplicate code and adds support for Rev1+ carts
2018-08-23xci: Fix error masking issueZach Hilman1-5/+6
Prevents NCA-related errors from being masked into MissingProgramNCA or MissingKeyFile
2018-08-15loader/xci: Remove unnecessary includes and member variablesLioncash1-11/+3
Many of these aren't necessary and will cause this file to be required to be recompiled whenever any changes to those files are made, which lengthens compile times for no reason. This also removes an unused metadata variable from AppLoader_XCI
2018-08-10loader: Add more descriptive errorsZach Hilman1-4/+7
Full list of new errors and descriptions in core/loader/loader.h
2018-08-07loader: Add icon and title support to XCIZach Hilman1-1/+32
2018-08-01Fix merge conflicts with opus and update docsZach Hilman1-0/+2
2018-08-01Use more descriptive error codes and messagesZach Hilman1-1/+1
2018-08-01Use ErrorEncrypted where applicable and fix no keys crashZach Hilman1-0/+4
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-3/+4
2018-08-01Remove files that are not usedZach Hilman1-0/+67