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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: Replace cstr concat with char concat
Merry
2023-01-01
1
-3
/
+3
*
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
/
+4
*
general: Remove extraneous includes
Morph
2021-06-13
1
-1
/
+0
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
1
-5
/
+3
*
vfs: Use existing type aliases consistently
Lioncash
2020-12-10
1
-16
/
+16
*
General: Make use of std::nullopt where applicable
Lioncash
2020-09-22
1
-3
/
+4
*
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-16
1
-28
/
+28
*
file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default
Lioncash
2018-12-01
1
-0
/
+20
*
service/fsp_srv: Implement CleanDirectoryRecursively
Lioncash
2018-12-01
1
-0
/
+26
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-2
/
+2
*
vfs: Handle failure of file reading within VfsRawCopy()
Lioncash
2018-10-24
1
-2
/
+6
*
vfs/etc: Append std:: to size_t usages
Lioncash
2018-09-26
1
-3
/
+3
*
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-24
1
-2
/
+2
*
vfs: Add and rewite VfsRawCopy functions
Zach Hilman
2018-09-22
1
-4
/
+32
*
vfs: Add GetEntries method
Zach Hilman
2018-09-22
1
-0
/
+9
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-11
/
+11
*
vfs: Add GetOrCreateDirectoryRelative method
Zach Hilman
2018-08-23
1
-0
/
+7
*
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
2018-08-21
1
-0
/
+1
*
vfs: Use sanitized paths within MoveFile() and MoveDirectory()
Lioncash
2018-08-12
1
-10
/
+10
*
vfs: Add VfsFilesystem interface and default implementation
Zach Hilman
2018-08-09
1
-0
/
+148
*
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
1
-4
/
+3
*
Remove files that are not used
Zach Hilman
2018-08-01
1
-0
/
+21
*
RomFS Extraction
Zach Hilman
2018-07-28
1
-0
/
+23
*
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
1
-38
/
+73
*
vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const reference
Lioncash
2018-07-21
1
-1
/
+1
*
vfs: Deduplicate accumulation code in VfsDirectory's GetSize()
Lioncash
2018-07-19
1
-6
/
+6
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-0
/
+238
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-187
/
+0
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-0
/
+187