summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-11/+11
2018-08-23vfs: Add GetOrCreateDirectoryRelative methodZach Hilman1-0/+7
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash1-0/+1
2018-08-12vfs: Use sanitized paths within MoveFile() and MoveDirectory()Lioncash1-10/+10
2018-08-09vfs: Add VfsFilesystem interface and default implementationZach Hilman1-0/+148
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-4/+3
2018-08-01Remove files that are not usedZach Hilman1-0/+21
2018-07-28RomFS ExtractionZach Hilman1-0/+23
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash1-38/+73
2018-07-21vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const referenceLioncash1-1/+1
2018-07-19vfs: Deduplicate accumulation code in VfsDirectory's GetSize()Lioncash1-6/+6
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+238
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-187/+0
2018-07-06Virtual Filesystem (#597)Zach Hilman1-0/+187