41 Commits (f25236a4d61351907cab4009b734ed01a0fd3dc8)

Author SHA1 Message Date
Liam f25236a4d6 vfs_real: add file LRU cache for open file limits 3 years ago
Liam 084d7d6b01 common: Change semantics of UNREACHABLE to unconditionally crash 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
Morph 8d63ebcb64 vfs: Partially implement GetFileTimeStampRaw 4 years ago
Morph 0394893354 vfs_real: Fix Mode to FileAccessMode conversion 5 years ago
Morph 065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Lioncash 1da72c7792 file_sys: Resolve cases of variable shadowing 5 years ago
comex e9bb95ae16 vfs_real: When moving files or directories, don't assume file opening will succeed 5 years ago
Morph dfee6321cd Revert "Merge pull request #5176 from Morph1984/fix-createfile" 5 years ago
Lioncash b1657b8c6b vfs: Use existing type aliases consistently 5 years ago
Morph b06d6e3646 vfs_real: Fix CreateFile for files without a file extension 5 years ago
Lioncash 551882e512 vfs_real: Resolve sign conversion warnings 5 years ago
Lioncash ed9ae5a977 vfs_real: Avoid redundant map lookups 5 years ago
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash 2b8ae009a0 file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with Mode 5 years ago
Morph 755506d404 vfs_real: Fix MoveFile 6 years ago
Zach Hilman a25d79cfaa vfs: Remove InterpretAsDirectory and related functions 7 years ago
Zach Hilman b3c2ec362b fsmitm: Cleanup and modernize fsmitm port 7 years ago
Zach Hilman d6cbb3a3e0 vfs: Add GetEntries method 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash a405373144 vfs_real: Forward declare IOFile 7 years ago
Lioncash c6024379a4 vfs_real: Remove unused variable in CreateDirectoryRelative() 7 years ago
Zach Hilman 35e4a47be0 registration: Various style and documentation improvements 7 years ago
Zach Hilman 8f06a0f898 vfs_real: Add CreateFullPath to Create* operations 7 years ago
Zach Hilman 893447b6b0 registration: Update documentation and style 7 years ago
Zach Hilman 9b0e3556ed vfs_real: Add CreateFullPath to CreateFile 7 years ago
Zach Hilman 2b6128fe0b file_util: Use enum instead of bool for specifing path behavior 7 years ago
Zach Hilman aaa8fdea52 vfs: Add unreachable assert to file permissions converter 8 years ago
Zach Hilman 2de2ec25d6 vfs: Add RealVfsFilesystem implementation 8 years ago
Zach Hilman 906d785c73 RomFS Extraction 8 years ago
Zach Hilman 59cb258409 VFS Regression and Accuracy Fixes (#776) 8 years ago
Lioncash 398444e676 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash 0ba7fe4ab1 file_util: Use a u64 to represent number of entries 8 years ago
Lioncash b46c0ed1fa vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories() 8 years ago
Lioncash ec71915ede partition_filesystem, vfs_real: Add missing standard includes 8 years ago
Lioncash d36e327ba6 partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicable 8 years ago
Lioncash 2b91386e15 partition_filesystem, vfs_real: Use std::distance() instead of subtraction 8 years ago
Zach Hilman 29aff8d5ab Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
bunnei 913896cbd9 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 77c684c114 Virtual Filesystem (#597) 8 years ago