summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_layered.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-26vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash1-5/+3
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.
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-0/+2
2018-09-22vfs_layered: Add LayeredVfsDirectoryZach Hilman1-0/+50
Reads multiple dirs through as if a waterfall.