summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/control_metadata.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-04control_metadata: Use alternate language names if AmericanEnglish isn't availableZach Hilman1-3/+6
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-0/+1
Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
2018-08-12control_metadata: Remove unnecessary reference to base fileZach Hilman1-1/+0
2018-08-07Use const where applicableZach Hilman1-1/+1
2018-08-07Avoid parsing RomFS to directory in NCAZach Hilman1-0/+7
2018-07-23NRO Assets and NACP file formatZach Hilman1-0/+81
Cleanup Review fixes