summaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* vfs: Partially implement GetFileTimeStampRawGravatar Morph2021-09-141-0/+4
* general: Remove extraneous includesGravatar Morph2021-06-131-1/+0
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-5/+3
* vfs: Use existing type aliases consistentlyGravatar Lioncash2020-12-101-16/+16
* General: Make use of std::nullopt where applicableGravatar Lioncash2020-09-221-3/+4
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-161-28/+28
* file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...Gravatar Lioncash2018-11-301-0/+20
* service/fsp_srv: Implement CleanDirectoryRecursivelyGravatar Lioncash2018-11-301-0/+26
* global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-301-2/+2
* vfs: Handle failure of file reading within VfsRawCopy()Gravatar Lioncash2018-10-241-2/+6
* vfs/etc: Append std:: to size_t usagesGravatar Lioncash2018-09-251-3/+3
* fsmitm: Cleanup and modernize fsmitm portGravatar Zach Hilman2018-09-231-2/+2
* vfs: Add and rewite VfsRawCopy functionsGravatar Zach Hilman2018-09-211-4/+32
* vfs: Add GetEntries methodGravatar Zach Hilman2018-09-211-0/+9
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-11/+11
* 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