summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_real.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi1-145/+0
2023-06-23vfs_real: lock concurrent accessesLiam1-6/+9
2023-06-16vfs_real: misc optimizationsLiam1-1/+10
2023-06-13vfs_real: add simplified open file cacheLiam1-0/+2
2023-06-13vfs_real: lazily open filesLiam1-2/+1
2023-06-13vfs_real: add file LRU cache for open file limitsLiam1-6/+23
2023-03-12general: fix spelling mistakesLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-09-14vfs: Partially implement GetFileTimeStampRawMorph1-0/+1
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-3/+1
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-4/+4
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-12/+12
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-4/+4
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman1-3/+0
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-1/+1
2018-09-22vfs: Add GetEntries methodZach Hilman1-0/+1
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-4/+4
2018-09-02vfs_real: Forward declare IOFileLioncash1-6/+14
2018-08-12vfs_real: Add CreateFullPath to Create* operationsZach Hilman1-1/+0
2018-08-09vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectoryZach Hilman1-2/+10
2018-08-09vfs: Add RealVfsFilesystem implementationZach Hilman1-6/+38
2018-07-28RomFS ExtractionZach Hilman1-1/+2
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash1-6/+8
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+69
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-65/+0
2018-07-06Virtual Filesystem (#597)Zach Hilman1-0/+65