summaryrefslogtreecommitdiff
path: root/src/core/file_sys/card_image.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2023-08-21Merge pull request #11309 from liamwhite/full-xciliamwhite
2023-08-17file_sys/card_image: support dumps with prepended key areaLiam
2023-08-16file_sys: tolerate empty NCALiam
2023-08-15fssystem: rework for yuzu styleLiam
2023-08-15vfs: expand support for NCA readingLiam
2022-10-22general: Resolve -Wunused-lambda-capture and C5233Morph
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-03core: Remove unused includesameerj
2021-07-20file_sys: Support load game collection (#6582)Feng Chen
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2020-11-24core: loader: Implement support for loading indexed programs.bunnei
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi
2019-10-13card_image: Implement system update commands in XCIZach Hilman
2019-09-22card_image: Add accessors for raw partitions in XCIZach Hilman
2019-09-22card_image: Lazily load partitions in XCIZach Hilman
2019-09-21card_image: Add accessors for gamecard certificateZach Hilman
2019-09-21card_image: Add functions to query gamecard update partitionZach Hilman
2019-06-12file_sys/card_image: Remove obsolete TODOLioncash
2019-06-10file_sys/card_image: Deduplicate casts within AddNCAFromPartition()Lioncash
2019-06-10file_sys/card_image: Make bracing consistentLioncash
2019-06-10file_sys/card_image: Assign collapsed NCA contents directly to ncas memberLioncash
2019-06-10file_sys/card_image: Deduplicate type castLioncash
2019-06-10file_sys/card_image: Get rid of a magic numberLioncash
2019-06-10file_sys/card_image: Use std::array deduction guidesLioncash
2018-11-01file_sys: Use common KeyManager in NCA container typesZach Hilman
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman
2018-10-16XCI: Add function for checking the existence of the program NCALioncash
2018-10-02card_image: Ensure program_nca_status is always initializedLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-04nsp: Fix error masking issue with XCI filesZach Hilman
2018-09-04card_image: Add program title ID getterZach Hilman
2018-09-04nsp: Comply with style and performance guidelinesZach Hilman
2018-09-04card_image: Parse XCI secure partition with NSPZach Hilman
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
2018-08-23xci: Ignore NCA files with updates in secureZach Hilman
2018-08-23xci: Fix error masking issueZach Hilman
2018-08-15Merge pull request #1005 from DarkLordZach/registered-fmtbunnei
2018-08-15loader: Make ResultStatus directly compatible with fmtLioncash
2018-08-12card_image: Use type aliases to shorten definitionsLioncash
2018-08-12card_image: Simplify return statement of GetSubdirectories()Lioncash
2018-08-11card_image: Add accessor for all NCAs in XCIZach Hilman
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-06loader: Add icon and title support to XCIZach Hilman
2018-08-01Use ErrorEncrypted where applicable and fix no keys crashZach Hilman
2018-08-01Add missing includes and use const where applicableZach Hilman
2018-08-01Make XCI comply to review and style guidelinesZach Hilman