index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
vfs_real.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
1
-528
/
+0
2023-12-06
Improve path splitting speed
BreadFish64
1
-4
/
+4
2023-07-06
vfs_real: use open file size for getting size (#11016)
liamwhite
1
-1
/
+2
2023-06-23
vfs_real: lock concurrent accesses
Liam
1
-19
/
+36
2023-06-16
vfs_real: ensure size cache is reset on write
Liam
1
-0
/
+2
2023-06-16
vfs_real: misc optimizations
Liam
1
-18
/
+26
2023-06-13
vfs_real: require file existence on open
Liam
1
-0
/
+4
2023-06-13
vfs_real: add simplified open file cache
Liam
1
-1
/
+16
2023-06-13
vfs_real: lazily open files
Liam
1
-9
/
+2
2023-06-13
vfs_real: add file LRU cache for open file limits
Liam
1
-94
/
+83
2022-06-14
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
1
-1
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-09-14
vfs: Partially implement GetFileTimeStampRaw
Morph
1
-0
/
+29
2021-06-22
vfs_real: Fix Mode to FileAccessMode conversion
Morph
1
-6
/
+1
2021-05-26
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
1
-123
/
+122
2021-05-02
file_sys: Resolve cases of variable shadowing
Lioncash
1
-8
/
+8
2021-01-23
vfs_real: When moving files or directories, don't assume file opening will succeed
comex
1
-4
/
+10
2020-12-12
Revert "Merge pull request #5176 from Morph1984/fix-createfile"
Morph
1
-6
/
+2
2020-12-10
vfs: Use existing type aliases consistently
Lioncash
1
-12
/
+12
2020-12-09
vfs_real: Fix CreateFile for files without a file extension
Morph
1
-2
/
+6
2020-08-18
vfs_real: Resolve sign conversion warnings
Lioncash
1
-2
/
+2
2020-08-18
vfs_real: Avoid redundant map lookups
Lioncash
1
-30
/
+46
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
1
-83
/
+94
2020-08-03
file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with Mode
Lioncash
1
-13
/
+17
2020-07-10
vfs_real: Fix MoveFile
Morph
1
-10
/
+17
2018-10-19
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
1
-3
/
+0
2018-09-24
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
1
-2
/
+2
2018-09-22
vfs: Add GetEntries method
Zach Hilman
1
-0
/
+17
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
1
-4
/
+4
2018-09-02
vfs_real: Forward declare IOFile
Lioncash
1
-0
/
+6
2018-08-27
vfs_real: Remove unused variable in CreateDirectoryRelative()
Lioncash
1
-1
/
+0
2018-08-12
registration: Various style and documentation improvements
Zach Hilman
1
-6
/
+10
2018-08-12
vfs_real: Add CreateFullPath to Create* operations
Zach Hilman
1
-12
/
+6
2018-08-12
registration: Update documentation and style
Zach Hilman
1
-5
/
+12
2018-08-12
vfs_real: Add CreateFullPath to CreateFile
Zach Hilman
1
-3
/
+6
2018-08-09
file_util: Use enum instead of bool for specifing path behavior
Zach Hilman
1
-17
/
+27
2018-08-09
vfs: Add unreachable assert to file permissions converter
Zach Hilman
1
-1
/
+3
2018-08-09
vfs: Add RealVfsFilesystem implementation
Zach Hilman
1
-75
/
+252
2018-07-28
RomFS Extraction
Zach Hilman
1
-0
/
+6
2018-07-24
VFS Regression and Accuracy Fixes (#776)
Zach Hilman
1
-20
/
+27
2018-07-22
file_util, vfs: Use std::string_view where applicable
Lioncash
1
-18
/
+39
2018-07-22
file_util: Use a u64 to represent number of entries
Lioncash
1
-3
/
+3
2018-07-21
vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories()
Lioncash
1
-2
/
+3
2018-07-21
partition_filesystem, vfs_real: Add missing standard includes
Lioncash
1
-0
/
+1
2018-07-21
partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicable
Lioncash
1
-1
/
+2
2018-07-21
partition_filesystem, vfs_real: Use std::distance() instead of subtraction
Lioncash
1
-2
/
+5
2018-07-19
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
1
-0
/
+177
2018-07-08
Revert "Virtual Filesystem (#597)"
bunnei
1
-168
/
+0
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
1
-0
/
+168