summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_real.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Remove InterpretAsDirectory and related functionsZach Hilman2018-10-191-3/+0
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-2/+2
* vfs: Add GetEntries methodZach Hilman2018-09-221-0/+17
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-4/+4
* vfs_real: Forward declare IOFileLioncash2018-09-021-0/+6
* vfs_real: Remove unused variable in CreateDirectoryRelative()Lioncash2018-08-271-1/+0
* registration: Various style and documentation improvementsZach Hilman2018-08-121-6/+10
* vfs_real: Add CreateFullPath to Create* operationsZach Hilman2018-08-121-12/+6
* registration: Update documentation and styleZach Hilman2018-08-121-5/+12
* vfs_real: Add CreateFullPath to CreateFileZach Hilman2018-08-121-3/+6
* file_util: Use enum instead of bool for specifing path behaviorZach Hilman2018-08-091-17/+27
* vfs: Add unreachable assert to file permissions converterZach Hilman2018-08-091-1/+3
* vfs: Add RealVfsFilesystem implementationZach Hilman2018-08-091-75/+252
* RomFS ExtractionZach Hilman2018-07-281-0/+6
* VFS Regression and Accuracy Fixes (#776)Zach Hilman2018-07-241-20/+27
* file_util, vfs: Use std::string_view where applicableLioncash2018-07-221-18/+39
* file_util: Use a u64 to represent number of entriesLioncash2018-07-221-3/+3
* vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories()Lioncash2018-07-211-2/+3
* partition_filesystem, vfs_real: Add missing standard includesLioncash2018-07-211-0/+1
* partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicableLioncash2018-07-211-1/+2
* partition_filesystem, vfs_real: Use std::distance() instead of subtractionLioncash2018-07-211-2/+5
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-0/+177
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-168/+0
* Virtual Filesystem (#597)Zach Hilman2018-07-061-0/+168