summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_layered.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash2018-09-261-7/+8
| | | | | | Given these are only added to the class to allow those functions to access the private constructor, it's a better approach to just make them static functions in the interface, to make the dependency explicit.
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-6/+9
|
* vfs_layered: Add LayeredVfsDirectoryZach Hilman2018-09-221-0/+128
Reads multiple dirs through as if a waterfall.