summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_real.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* vfs: Partially implement GetFileTimeStampRawMorph2021-09-141-0/+1
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-3/+1
* file_sys: Resolve cases of variable shadowingLioncash2021-05-021-4/+4
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-12/+12
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-4/+4
* vfs: Remove InterpretAsDirectory and related functionsZach Hilman2018-10-191-3/+0
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-1/+1
* vfs: Add GetEntries methodZach Hilman2018-09-221-0/+1
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-4/+4
* vfs_real: Forward declare IOFileLioncash2018-09-021-6/+14
* vfs_real: Add CreateFullPath to Create* operationsZach Hilman2018-08-121-1/+0
* vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectoryZach Hilman2018-08-091-2/+10
* vfs: Add RealVfsFilesystem implementationZach Hilman2018-08-091-6/+38
* RomFS ExtractionZach Hilman2018-07-281-1/+2
* file_util, vfs: Use std::string_view where applicableLioncash2018-07-221-6/+8
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-191-0/+69
* Revert "Virtual Filesystem (#597)"bunnei2018-07-081-65/+0
* Virtual Filesystem (#597)Zach Hilman2018-07-061-0/+65