summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_real.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-09-14vfs: Partially implement GetFileTimeStampRawMorph1-0/+29
2021-06-22vfs_real: Fix Mode to FileAccessMode conversionMorph1-6/+1
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-123/+122
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-8/+8
2021-01-23vfs_real: When moving files or directories, don't assume file opening will succeedcomex1-4/+10
2020-12-12Revert "Merge pull request #5176 from Morph1984/fix-createfile"Morph1-6/+2
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-12/+12
2020-12-09vfs_real: Fix CreateFile for files without a file extensionMorph1-2/+6
2020-08-18vfs_real: Resolve sign conversion warningsLioncash1-2/+2
2020-08-18vfs_real: Avoid redundant map lookupsLioncash1-30/+46
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-83/+94
2020-08-03file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with ModeLioncash1-13/+17
2020-07-10vfs_real: Fix MoveFileMorph1-10/+17
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman1-3/+0
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-2/+2
2018-09-22vfs: Add GetEntries methodZach Hilman1-0/+17
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-4/+4
2018-09-02vfs_real: Forward declare IOFileLioncash1-0/+6
2018-08-27vfs_real: Remove unused variable in CreateDirectoryRelative()Lioncash1-1/+0
2018-08-12registration: Various style and documentation improvementsZach Hilman1-6/+10
2018-08-12vfs_real: Add CreateFullPath to Create* operationsZach Hilman1-12/+6
2018-08-12registration: Update documentation and styleZach Hilman1-5/+12
2018-08-12vfs_real: Add CreateFullPath to CreateFileZach Hilman1-3/+6
2018-08-09file_util: Use enum instead of bool for specifing path behaviorZach Hilman1-17/+27
2018-08-09vfs: Add unreachable assert to file permissions converterZach Hilman1-1/+3
2018-08-09vfs: Add RealVfsFilesystem implementationZach Hilman1-75/+252
2018-07-28RomFS ExtractionZach Hilman1-0/+6
2018-07-24VFS Regression and Accuracy Fixes (#776)Zach Hilman1-20/+27
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash1-18/+39
2018-07-22file_util: Use a u64 to represent number of entriesLioncash1-3/+3
2018-07-21vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories()Lioncash1-2/+3
2018-07-21partition_filesystem, vfs_real: Add missing standard includesLioncash1-0/+1
2018-07-21partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicableLioncash1-1/+2
2018-07-21partition_filesystem, vfs_real: Use std::distance() instead of subtractionLioncash1-2/+5
2018-07-19Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman1-0/+177
2018-07-08Revert "Virtual Filesystem (#597)"bunnei1-168/+0
2018-07-06Virtual Filesystem (#597)Zach Hilman1-0/+168