summaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Replace mode.h include with forward declarations where applicableGravatar Lioncash2018-08-211-2/+3
* vfs: Make VfsFilesystem constructor explicitGravatar Lioncash2018-08-121-1/+1
* vfs: Make type hierarchy objects classes instead of structsGravatar Lioncash2018-08-121-7/+11
* vfs: Fix documentationGravatar Zach Hilman2018-08-081-2/+2
* vfs: Fix typo in VfsFilesystem docsGravatar Zach Hilman2018-08-081-1/+1
* vfs: Add VfsFilesystem interface and default implementationGravatar Zach Hilman2018-08-081-3/+63
* Remove files that are not usedGravatar Zach Hilman2018-08-011-0/+3
* RomFS ExtractionGravatar Zach Hilman2018-07-271-0/+20
* vfs: Correct file_p variable usage within InterpretAsDirectory()Gravatar Lioncash2018-07-221-2/+5
* file_util, vfs: Use std::string_view where applicableGravatar Lioncash2018-07-221-25/+25
* vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...Gravatar Lioncash2018-07-201-1/+1
* vfs: Use variable template variants of std::is_trivially_copyableGravatar Lioncash2018-07-201-13/+6
* vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member fun...Gravatar Lioncash2018-07-201-3/+3
* Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-181-0/+237
* Revert "Virtual Filesystem (#597)"Gravatar bunnei2018-07-071-220/+0
* Virtual Filesystem (#597)Gravatar Zach Hilman2018-07-061-0/+220