summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/card_image.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Resolve -Wunused-lambda-capture and C5233Morph2022-10-221-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* file_sys: Support load game collection (#6582)Feng Chen2021-07-201-6/+12
* file_sys: Resolve cases of variable shadowingLioncash2021-05-021-11/+15
* core: loader: Implement support for loading indexed programs.bunnei2020-11-251-2/+3
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-2/+3
* crypto: Make KeyManager a singleton classFearlessTobi2020-05-201-2/+2
* card_image: Implement system update commands in XCIZach Hilman2019-10-131-1/+35
* card_image: Add accessors for raw partitions in XCIZach Hilman2019-09-231-0/+29
* card_image: Lazily load partitions in XCIZach Hilman2019-09-231-20/+31
* card_image: Add accessors for gamecard certificateZach Hilman2019-09-211-0/+4
* card_image: Add functions to query gamecard update partitionZach Hilman2019-09-211-0/+20
* file_sys/card_image: Remove obsolete TODOLioncash2019-06-121-1/+1
* file_sys/card_image: Deduplicate casts within AddNCAFromPartition()Lioncash2019-06-111-3/+6
* file_sys/card_image: Make bracing consistentLioncash2019-06-111-4/+8
* file_sys/card_image: Assign collapsed NCA contents directly to ncas memberLioncash2019-06-111-3/+1
* file_sys/card_image: Deduplicate type castLioncash2019-06-111-4/+6
* file_sys/card_image: Get rid of a magic numberLioncash2019-06-111-1/+1
* file_sys/card_image: Use std::array deduction guidesLioncash2019-06-111-1/+6
* file_sys: Use common KeyManager in NCA container typesZach Hilman2018-11-021-1/+1
* vfs: Remove InterpretAsDirectory and related functionsZach Hilman2018-10-191-4/+0
* XCI: Add function for checking the existence of the program NCALioncash2018-10-161-4/+6
* card_image: Ensure program_nca_status is always initializedLioncash2018-10-031-1/+3
* 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
* 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
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-0/+3
* xci: Ignore NCA files with updates in secureZach Hilman2018-08-241-0/+3
* xci: Fix error masking issueZach Hilman2018-08-231-0/+9
* Merge pull request #1005 from DarkLordZach/registered-fmtbunnei2018-08-161-0/+4
|\
| * 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
* | card_image: Use type aliases to shorten definitionsLioncash2018-08-121-3/+3
* | card_image: Simplify return statement of GetSubdirectories()Lioncash2018-08-121-1/+1
|/
* loader: Add more descriptive errorsZach Hilman2018-08-101-7/+12
* 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