summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_metadata.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-2/+2
|
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-2/+1
| | | | | Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
* registration: Various style and documentation improvementsZach Hilman2018-08-121-7/+4
| | | | | | Fix logic in RealVfsFilesystem Create methods Remove magic numbers Fix regex errors
* registration: Update documentation and styleZach Hilman2018-08-121-28/+35
|
* nca_metadata: Remove unnecessary reference to base fileZach Hilman2018-08-121-2/+2
|
* file_sys: Comply to style guidelinesZach Hilman2018-08-121-4/+6
|
* file_sys: Add support for parsing NCA metadata (CNMT)Zach Hilman2018-08-121-0/+125