summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Make VfsFilesystem constructor explicitLioncash2018-08-121-1/+1
* vfs: Make type hierarchy objects classes instead of structsLioncash2018-08-121-7/+11
* vfs: Fix documentationZach Hilman2018-08-091-2/+2
* vfs: Fix typo in VfsFilesystem docsZach Hilman2018-08-091-1/+1
* vfs: Add VfsFilesystem interface and default implementationZach Hilman2018-08-091-3/+63
* Remove files that are not usedZach Hilman2018-08-011-0/+3
* RomFS ExtractionZach Hilman2018-07-281-0/+20
* vfs: Correct file_p variable usage within InterpretAsDirectory()Lioncash2018-07-221-2/+5
* file_util, vfs: Use std::string_view where applicableLioncash2018-07-221-25/+25
* vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const referenceLioncash2018-07-211-1/+1
* vfs: Use variable template variants of std::is_trivially_copyableLioncash2018-07-211-13/+6
* vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualifiedLioncash2018-07-211-3/+3
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-0/+237
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-220/+0
* Virtual Filesystem (#597)Zach Hilman2018-07-061-0/+220