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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-24
1
-2
/
+2
*
vfs: Add GetEntries method
Zach Hilman
2018-09-22
1
-0
/
+17
*
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
-0
/
+6
*
vfs_real: Remove unused variable in CreateDirectoryRelative()
Lioncash
2018-08-27
1
-1
/
+0
*
registration: Various style and documentation improvements
Zach Hilman
2018-08-12
1
-6
/
+10
*
vfs_real: Add CreateFullPath to Create* operations
Zach Hilman
2018-08-12
1
-12
/
+6
*
registration: Update documentation and style
Zach Hilman
2018-08-12
1
-5
/
+12
*
vfs_real: Add CreateFullPath to CreateFile
Zach Hilman
2018-08-12
1
-3
/
+6
*
file_util: Use enum instead of bool for specifing path behavior
Zach Hilman
2018-08-09
1
-17
/
+27
*
vfs: Add unreachable assert to file permissions converter
Zach Hilman
2018-08-09
1
-1
/
+3
*
vfs: Add RealVfsFilesystem implementation
Zach Hilman
2018-08-09
1
-75
/
+252
*
RomFS Extraction
Zach Hilman
2018-07-28
1
-0
/
+6
*
VFS Regression and Accuracy Fixes (#776)
Zach Hilman
2018-07-24
1
-20
/
+27
*
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
1
-18
/
+39
*
file_util: Use a u64 to represent number of entries
Lioncash
2018-07-22
1
-3
/
+3
*
vfs_real: Remove redundant copying of std::vector instances in GetFiles() and GetSubdirectories()
Lioncash
2018-07-21
1
-2
/
+3
*
partition_filesystem, vfs_real: Add missing standard includes
Lioncash
2018-07-21
1
-0
/
+1
*
partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicable
Lioncash
2018-07-21
1
-1
/
+2
*
partition_filesystem, vfs_real: Use std::distance() instead of subtraction
Lioncash
2018-07-21
1
-2
/
+5
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-0
/
+177
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-168
/
+0
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-0
/
+168