summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/card_image.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-22general: Resolve -Wunused-lambda-capture and C5233Morph1-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2021-07-20file_sys: Support load game collection (#6582)Feng Chen1-6/+12
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-11/+15
2020-11-25core: loader: Implement support for loading indexed programs.bunnei1-2/+3
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-2/+3
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi1-2/+2
2019-10-13card_image: Implement system update commands in XCIZach Hilman1-1/+35
2019-09-23card_image: Add accessors for raw partitions in XCIZach Hilman1-0/+29
2019-09-23card_image: Lazily load partitions in XCIZach Hilman1-20/+31
2019-09-21card_image: Add accessors for gamecard certificateZach Hilman1-0/+4
2019-09-21card_image: Add functions to query gamecard update partitionZach Hilman1-0/+20
2019-06-12file_sys/card_image: Remove obsolete TODOLioncash1-1/+1
2019-06-11file_sys/card_image: Deduplicate casts within AddNCAFromPartition()Lioncash1-3/+6
2019-06-11file_sys/card_image: Make bracing consistentLioncash1-4/+8
2019-06-11file_sys/card_image: Assign collapsed NCA contents directly to ncas memberLioncash1-3/+1
2019-06-11file_sys/card_image: Deduplicate type castLioncash1-4/+6
2019-06-11file_sys/card_image: Get rid of a magic numberLioncash1-1/+1
2019-06-11file_sys/card_image: Use std::array deduction guidesLioncash1-1/+6
2018-11-02file_sys: Use common KeyManager in NCA container typesZach Hilman1-1/+1
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman1-4/+0
2018-10-16XCI: Add function for checking the existence of the program NCALioncash1-4/+6
2018-10-03card_image: Ensure program_nca_status is always initializedLioncash1-1/+3
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-7/+8
2018-09-04nsp: Fix error masking issue with XCI filesZach Hilman1-3/+3
2018-09-04card_image: Add program title ID getterZach Hilman1-0/+4
2018-09-04nsp: Comply with style and performance guidelinesZach Hilman1-0/+1
2018-09-04card_image: Parse XCI secure partition with NSPZach Hilman1-7/+26
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-0/+3
2018-08-24xci: Ignore NCA files with updates in secureZach Hilman1-0/+3
2018-08-23xci: Fix error masking issueZach Hilman1-0/+9
2018-08-15loader: Make ResultStatus directly compatible with fmtLioncash1-2/+5
2018-08-12card_image: Use type aliases to shorten definitionsLioncash1-3/+3
2018-08-12card_image: Simplify return statement of GetSubdirectories()Lioncash1-1/+1
2018-08-12card_image: Add accessor for all NCAs in XCIZach Hilman1-0/+4
2018-08-10loader: Add more descriptive errorsZach Hilman1-7/+12
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