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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs_real: lock concurrent accesses
Liam
2023-06-23
1
-6
/
+9
*
vfs_real: misc optimizations
Liam
2023-06-16
1
-1
/
+10
*
vfs_real: add simplified open file cache
Liam
2023-06-13
1
-0
/
+2
*
vfs_real: lazily open files
Liam
2023-06-13
1
-2
/
+1
*
vfs_real: add file LRU cache for open file limits
Liam
2023-06-13
1
-6
/
+23
*
general: fix spelling mistakes
Liam
2023-03-12
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
vfs: Partially implement GetFileTimeStampRaw
Morph
2021-09-14
1
-0
/
+1
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
1
-3
/
+1
*
file_sys: Resolve cases of variable shadowing
Lioncash
2021-05-02
1
-4
/
+4
*
vfs: Use existing type aliases consistently
Lioncash
2020-12-10
1
-12
/
+12
*
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
1
-4
/
+4
*
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-10-19
1
-3
/
+0
*
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-24
1
-1
/
+1
*
vfs: Add GetEntries method
Zach Hilman
2018-09-22
1
-0
/
+1
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-4
/
+4
*
vfs_real: Forward declare IOFile
Lioncash
2018-09-02
1
-6
/
+14
*
vfs_real: Add CreateFullPath to Create* operations
Zach Hilman
2018-08-12
1
-1
/
+0
*
vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectory
Zach Hilman
2018-08-09
1
-2
/
+10
*
vfs: Add RealVfsFilesystem implementation
Zach Hilman
2018-08-09
1
-6
/
+38
*
RomFS Extraction
Zach Hilman
2018-07-28
1
-1
/
+2
*
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
1
-6
/
+8
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-0
/
+69
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-65
/
+0
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-0
/
+65