summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-12vfs: Make VfsFilesystem constructor explicitLioncash1-1/+1
2018-08-12vfs: Make type hierarchy objects classes instead of structsLioncash1-7/+11
2018-08-09vfs: Fix documentationZach Hilman1-2/+2
2018-08-09vfs: Fix typo in VfsFilesystem docsZach Hilman1-1/+1
2018-08-09vfs: Add VfsFilesystem interface and default implementationZach Hilman1-3/+63
2018-08-01Remove files that are not usedZach Hilman1-0/+3
2018-07-28RomFS ExtractionZach Hilman1-0/+20
2018-07-22vfs: Correct file_p variable usage within InterpretAsDirectory()Lioncash1-2/+5
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash1-25/+25
2018-07-21vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const referenceLioncash1-1/+1
2018-07-21vfs: Use variable template variants of std::is_trivially_copyableLioncash1-13/+6
2018-07-21vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualifiedLioncash1-3/+3
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+237
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-220/+0
2018-07-06Virtual Filesystem (#597)Zach Hilman1-0/+220