summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/submission_package.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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