summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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