summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by defaultLioncash2018-12-011-0/+20
* service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash2018-12-011-0/+26
* global: Use std::optional instead of boost::optional (#1578)Frederic L2018-10-301-2/+2
* vfs: Handle failure of file reading within VfsRawCopy()Lioncash2018-10-241-2/+6
* vfs/etc: Append std:: to size_t usagesLioncash2018-09-261-3/+3
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-2/+2
* vfs: Add and rewite VfsRawCopy functionsZach Hilman2018-09-221-4/+32
* vfs: Add GetEntries methodZach Hilman2018-09-221-0/+9
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-11/+11
* vfs: Add GetOrCreateDirectoryRelative methodZach Hilman2018-08-231-0/+7
* vfs: Replace mode.h include with forward declarations where applicableLioncash2018-08-211-0/+1
* vfs: Use sanitized paths within MoveFile() and MoveDirectory()Lioncash2018-08-121-10/+10
* vfs: Add VfsFilesystem interface and default implementationZach Hilman2018-08-091-0/+148
* Make XCI comply to review and style guidelinesZach Hilman2018-08-011-4/+3
* Remove files that are not usedZach Hilman2018-08-011-0/+21
* RomFS ExtractionZach Hilman2018-07-281-0/+23
* file_util, vfs: Use std::string_view where applicableLioncash2018-07-221-38/+73
* vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const referenceLioncash2018-07-211-1/+1
* vfs: Deduplicate accumulation code in VfsDirectory's GetSize()Lioncash2018-07-191-6/+6
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-0/+238
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-187/+0
* Virtual Filesystem (#597)Zach Hilman2018-07-061-0/+187