17 Commits (bf33f80fae1e97f48a62e16b1e965d7994ac4c45)

Author SHA1 Message Date
Zach Hilman bf33f80fae vfs: Add GetOrCreateDirectoryRelative method 7 years ago
Lioncash 29ac15d1b8 vfs: Replace mode.h include with forward declarations where applicable 7 years ago
Lioncash b82b093108 vfs: Make VfsFilesystem constructor explicit 7 years ago
Lioncash cf0a7cd1c1 vfs: Make type hierarchy objects classes instead of structs 7 years ago
Zach Hilman 668458525e vfs: Fix documentation 8 years ago
Zach Hilman 94cf327e77 vfs: Fix typo in VfsFilesystem docs 8 years ago
Zach Hilman 3bf488ce52 vfs: Add VfsFilesystem interface and default implementation 8 years ago
Zach Hilman df5b75694f Remove files that are not used 8 years ago
Zach Hilman 906d785c73 RomFS Extraction 8 years ago
Lioncash 0081252d31 vfs: Correct file_p variable usage within InterpretAsDirectory() 8 years ago
Lioncash 398444e676 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash 894b0de0f2 vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const reference 8 years ago
Lioncash dd09439fee vfs: Use variable template variants of std::is_trivially_copyable 8 years ago
Lioncash 05231d8b08 vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualified 8 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 77c684c114 Virtual Filesystem (#597) 8 years ago