29 Commits (f68691758de37ea43b508496ce7ec844470c9036)

Author SHA1 Message Date
Lioncash fd6a753646 vfs: Use existing type aliases consistently 5 years ago
Zach Hilman f6755b94db vfs: Add reinterpret_casts to WriteArray and Object 7 years ago
Lioncash 7a47740f52 file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default 7 years ago
Lioncash 9c56be6af9 service/fsp_srv: Implement CleanDirectoryRecursively 7 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 7 years ago
Zach Hilman 2aa6989cee vfs: Remove InterpretAsDirectory and related functions 7 years ago
Zach Hilman 3cf8ee66f6 vfs: Move forward declarations to separate file 7 years ago
Lioncash 8a132a6dc3 vfs/etc: Append std:: to size_t usages 7 years ago
Zach Hilman 0243903c12 fsmitm: Cleanup and modernize fsmitm port 7 years ago
Zach Hilman c151394e47 vfs: Add and rewite VfsRawCopy functions 7 years ago
Zach Hilman df19124e6d vfs: Add GetEntries method 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Zach Hilman 1f77f3409a vfs: Add GetOrCreateDirectoryRelative method 7 years ago
Lioncash e1124b6510 vfs: Replace mode.h include with forward declarations where applicable 7 years ago
Lioncash cdeac9103f vfs: Make VfsFilesystem constructor explicit 8 years ago
Lioncash 80ac82c9c5 vfs: Make type hierarchy objects classes instead of structs 8 years ago
Zach Hilman e883f6faa8 vfs: Fix documentation 8 years ago
Zach Hilman 1e2232797a vfs: Fix typo in VfsFilesystem docs 8 years ago
Zach Hilman 325a55bb1e vfs: Add VfsFilesystem interface and default implementation 8 years ago
Zach Hilman b10c0d291f Remove files that are not used 8 years ago
Zach Hilman 2e4c791f79 RomFS Extraction 8 years ago
Lioncash 2cbc2717e4 vfs: Correct file_p variable usage within InterpretAsDirectory() 8 years ago
Lioncash 861405d6c0 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash 25510961ea vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const reference 8 years ago
Lioncash e523ab8b03 vfs: Use variable template variants of std::is_trivially_copyable 8 years ago
Lioncash 556aaf9627 vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualified 8 years ago
Zach Hilman 82150bd5c1 Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
bunnei 0c22a8d514 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 12e9522b32 Virtual Filesystem (#597) 8 years ago