summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/submission_package.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-35/+36
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-2/+2
* file_sys: Resolve cases of variable shadowingLioncash2021-05-021-4/+4
* core: loader: Implement support for loading indexed programs.bunnei2020-11-251-3/+3
* Merge pull request #3929 from FearlessTobi/ticket-keysbunnei2020-10-131-32/+29
|\
| * file_sys/nsp: Make SetTicketKeys actually do somethingFearlessTobi2020-07-181-32/+29
* | submission_package: Fix updates integrated into cartridge images.Morph2020-09-241-3/+22
* | submission_package: Account for multi-content NSPsMorph2020-09-181-5/+5
* | file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-1/+1
|/
* key_manager: Correct casing of instance()Lioncash2020-07-011-1/+1
* crypto: Make KeyManager a singleton classFearlessTobi2020-05-201-2/+2
* submisson_package: Fix edge case with improperly sized filenamesZach Hilman2019-09-211-1/+2
* Merge pull request #2576 from DarkLordZach/nsp-fix-1David2019-09-211-0/+26
|\
| * nsp: Correct status codes for extracted NSPsZach Hilman2019-06-101-0/+5
| * nsp: Use title ID from NPDM metadata for extracted type NSPsZach Hilman2019-06-101-0/+21
* | file_sys/submission_package: Don't warn about missing DeltaFragment NCAsBakugo2019-07-011-4/+7
* | common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash2019-06-121-5/+8
|/
* core: Port current uses of RegisteredCache to ContentProviderZach Hilman2019-03-271-6/+7
* 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
* romfs_factory: Extract packed update setter to new functionZach Hilman2018-10-051-1/+4
* submission_package: Avoid dangling std::string_view within SetTicketKeys()Lioncash2018-10-031-2/+5
* submission_package: Correct location of null check within SetTicketKeys()Lioncash2018-10-031-3/+6
* submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS()Lioncash2018-10-031-1/+1
* submission_package: Ensure the 'extracted' member variable is always initializedLioncash2018-10-031-2/+0
* submission_package: Move ExeFS and RomFS initialization to its own functionLioncash2018-10-031-10/+17
* submission_package: Move NCA reading code to its own functionLioncash2018-10-031-43/+46
* submission_package: Move ticket key setting to its own functionLioncash2018-10-031-21/+28
* submission_package: Invert conditionals within NSP's constructor to reduce nestingLioncash2018-10-031-45/+49
* Merge pull request #1242 from lioncash/file-sysbunnei2018-09-061-3/+9
|\
| * file_sys/submission_package: Correct constructor initialization list orderLioncash2018-09-051-2/+2
| * file_sys/submission_package: Replace includes with forward declarations where applicableLioncash2018-09-051-1/+7
* | nsp: Fix error masking issue with XCI filesZach Hilman2018-09-041-1/+4
|/
* main: Only show DRD deprecation warning onceZach Hilman2018-09-041-0/+1
* nsp: Comply with style and performance guidelinesZach Hilman2018-09-041-24/+33
* file_sys: Add Nintendo Submission Package (NSP)Zach Hilman2018-09-041-0/+226