summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_metadata.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-1/+0
Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
2018-08-21romfs_factory: Remove unnecessary includes and use forward declarations where applicableLioncash1-0/+1
Avoids the need to rebuild whatever includes the romfs factory header if the loader header ever changes. We also don't need to include the main core header. We can instead include the headers we specifically need.
2018-08-12registration: Update documentation and styleZach Hilman1-2/+5
2018-08-12nca_metadata: Remove unnecessary reference to base fileZach Hilman1-1/+0
2018-08-12file_sys: Comply to style guidelinesZach Hilman1-0/+4
2018-08-12file_sys: Add support for parsing NCA metadata (CNMT)Zach Hilman1-0/+105