summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/submission_package.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-1/+1
| | | | | | | | | | Several classes have a lot of non-trivial members within them, or don't but likely should have the destructor defaulted in the cpp file for future-proofing/being more friendly to forward declarations. Leaving the destructor unspecified allows the compiler to inline the destruction code all over the place, which is generally undesirable from a code bloat perspective.
* file_sys/submission_package: Replace includes with forward declarations where applicableLioncash2018-09-051-5/+8
|
* main: Only show DRD deprecation warning onceZach Hilman2018-09-041-1/+2
|
* nsp: Comply with style and performance guidelinesZach Hilman2018-09-041-0/+2
|
* file_sys: Add Nintendo Submission Package (NSP)Zach Hilman2018-09-041-0/+70