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