summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/control_metadata.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* control_metadata: Move language name array definition to the cpp fileLioncash2018-09-201-6/+1
| | | | | | | This was used in two different translation units (deconstructed_rom_directory and patch_manager). This means we'd be pointlessly duplicating the whole array twice due to it being defined within the header.
* control_metadata: Use alternate language names if AmericanEnglish isn't availableZach Hilman2018-09-041-3/+6
|
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-0/+1
| | | | | Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
* control_metadata: Remove unnecessary reference to base fileZach Hilman2018-08-121-1/+0
|
* Use const where applicableZach Hilman2018-08-071-1/+1
|
* Avoid parsing RomFS to directory in NCAZach Hilman2018-08-071-0/+7
|
* NRO Assets and NACP file formatZach Hilman2018-07-231-0/+81
Cleanup Review fixes