summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_vector.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vfs: Make type hierarchy objects classes instead of structsLioncash2018-08-121-1/+2
| | | | | | struct should be used when the data type is very simple or otherwise has no invariants associated with it. Given these are used to form a hierarchy, class should be used instead.
* RomFS ExtractionZach Hilman2018-07-281-0/+44