aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs.cpp
AgeCommit message (Expand)Author
2018-08-23vfs: Add GetOrCreateDirectoryRelative methodZach Hilman
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash
2018-08-12vfs: Use sanitized paths within MoveFile() and MoveDirectory()Lioncash
2018-08-08vfs: Add VfsFilesystem interface and default implementationZach Hilman
2018-08-01Make XCI comply to review and style guidelinesZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-27RomFS ExtractionZach Hilman
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-18vfs: Deduplicate accumulation code in VfsDirectory's GetSize()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