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