aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs.h
AgeCommit message (Expand)Author
2018-12-27vfs: Add reinterpret_casts to WriteArray and ObjectZach Hilman
2018-11-30file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...Lioncash
2018-11-30service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash
2018-10-30global: Use std::optional instead of boost::optional (#1578)Frederic L
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman
2018-10-07vfs: Move forward declarations to separate fileZach Hilman
2018-09-25vfs/etc: Append std:: to size_t usagesLioncash
2018-09-23fsmitm: Cleanup and modernize fsmitm portZach Hilman
2018-09-21vfs: Add and rewite VfsRawCopy functionsZach Hilman
2018-09-21vfs: Add GetEntries methodZach Hilman
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-23vfs: Add GetOrCreateDirectoryRelative methodZach Hilman
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash
2018-08-12vfs: Make VfsFilesystem constructor explicitLioncash
2018-08-12vfs: Make type hierarchy objects classes instead of structsLioncash
2018-08-08vfs: Fix documentationZach Hilman
2018-08-08vfs: Fix typo in VfsFilesystem docsZach Hilman
2018-08-08vfs: Add VfsFilesystem interface and default implementationZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-27RomFS ExtractionZach Hilman
2018-07-22vfs: Correct file_p variable usage within InterpretAsDirectory()Lioncash
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-20vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...Lioncash
2018-07-20vfs: Use variable template variants of std::is_trivially_copyableLioncash
2018-07-20vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member fun...Lioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman