summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/submission_package.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1242 from lioncash/file-sysbunnei2018-09-061-3/+9
|\ | | | | file_sys/submission_package: Replace includes with forward declarations where applicable
| * file_sys/submission_package: Correct constructor initialization list orderLioncash2018-09-051-2/+2
| | | | | | | | | | Orders the elements in the sequence to match the order in which they'll actually be initialized in.
| * 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
|/ | | | Now display correct error instead of catch-all MissingProgramNCA
* 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