summaryrefslogtreecommitdiff
path: root/src/core/file_sys/submission_package.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
2023-09-05core: Add support for loading NSPs with personalized tickets. (#10048)Steveice10
2023-08-16file_sys: tolerate empty NCALiam
2023-08-15fssystem: rework for yuzu styleLiam
2023-08-15vfs: expand support for NCA readingLiam
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-16core: Make variable shadowing a compile-time errorLioncash
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2020-11-24core: loader: Implement support for loading indexed programs.bunnei
2020-10-12Merge pull request #3929 from FearlessTobi/ticket-keysbunnei
2020-09-24submission_package: Fix updates integrated into cartridge images.Morph
2020-09-17submission_package: Account for multi-content NSPsMorph
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash
2020-07-18file_sys/nsp: Make SetTicketKeys actually do somethingFearlessTobi
2020-07-01key_manager: Correct casing of instance()Lioncash
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi
2019-09-21submisson_package: Fix edge case with improperly sized filenamesZach Hilman
2019-09-21Merge pull request #2576 from DarkLordZach/nsp-fix-1David
2019-07-01file_sys/submission_package: Don't warn about missing DeltaFragment NCAsBakugo
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash
2019-06-10nsp: Correct status codes for extracted NSPsZach Hilman
2019-06-10nsp: Use title ID from NPDM metadata for extracted type NSPsZach Hilman
2019-03-26core: Port current uses of RegisteredCache to ContentProviderZach Hilman
2018-11-01file_sys: Use common KeyManager in NCA container typesZach Hilman
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman
2018-10-03submission_package: Avoid dangling std::string_view within SetTicketKeys()Lioncash
2018-10-03submission_package: Correct location of null check within SetTicketKeys()Lioncash
2018-10-03submission_package: Use std::string's rfind() when looking for the extension ...Lioncash
2018-10-03submission_package: Ensure the 'extracted' member variable is always initializedLioncash
2018-10-03submission_package: Move ExeFS and RomFS initialization to its own functionLioncash
2018-10-03submission_package: Move NCA reading code to its own functionLioncash
2018-10-03submission_package: Move ticket key setting to its own functionLioncash
2018-10-03submission_package: Invert conditionals within NSP's constructor to reduce ne...Lioncash
2018-09-05Merge pull request #1242 from lioncash/file-sysbunnei
2018-09-05file_sys/submission_package: Correct constructor initialization list orderLioncash
2018-09-05file_sys/submission_package: Replace includes with forward declarations where...Lioncash
2018-09-04nsp: Fix error masking issue with XCI filesZach Hilman
2018-09-04main: Only show DRD deprecation warning onceZach Hilman
2018-09-04nsp: Comply with style and performance guidelinesZach Hilman
2018-09-04file_sys: Add Nintendo Submission Package (NSP)Zach Hilman