summaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Add GetOrCreateDirectoryRelative methodGravatar Zach Hilman2018-08-231-0/+7
* vfs: Replace mode.h include with forward declarations where applicableGravatar Lioncash2018-08-211-0/+1
* vfs: Use sanitized paths within MoveFile() and MoveDirectory()Gravatar Lioncash2018-08-121-10/+10
* vfs: Add VfsFilesystem interface and default implementationGravatar Zach Hilman2018-08-081-0/+148
* Make XCI comply to review and style guidelinesGravatar Zach Hilman2018-08-011-4/+3
* Remove files that are not usedGravatar Zach Hilman2018-08-011-0/+21
* RomFS ExtractionGravatar Zach Hilman2018-07-271-0/+23
* file_util, vfs: Use std::string_view where applicableGravatar Lioncash2018-07-221-38/+73
* vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...Gravatar Lioncash2018-07-201-1/+1
* vfs: Deduplicate accumulation code in VfsDirectory's GetSize()Gravatar Lioncash2018-07-181-6/+6
* Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-181-0/+238
* Revert "Virtual Filesystem (#597)"Gravatar bunnei2018-07-071-187/+0
* Virtual Filesystem (#597)Gravatar Zach Hilman2018-07-061-0/+187