index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
vfs.cpp
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-09-14
vfs: Partially implement GetFileTimeStampRaw
Morph
2021-06-13
general: Remove extraneous includes
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2020-12-10
vfs: Use existing type aliases consistently
Lioncash
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2018-11-30
file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...
Lioncash
2018-11-30
service/fsp_srv: Implement CleanDirectoryRecursively
Lioncash
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-24
vfs: Handle failure of file reading within VfsRawCopy()
Lioncash
2018-09-25
vfs/etc: Append std:: to size_t usages
Lioncash
2018-09-23
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-21
vfs: Add and rewite VfsRawCopy functions
Zach Hilman
2018-09-21
vfs: Add GetEntries method
Zach Hilman
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-23
vfs: Add GetOrCreateDirectoryRelative method
Zach Hilman
2018-08-21
vfs: Replace mode.h include with forward declarations where applicable
Lioncash
2018-08-12
vfs: Use sanitized paths within MoveFile() and MoveDirectory()
Lioncash
2018-08-08
vfs: Add VfsFilesystem interface and default implementation
Zach Hilman
2018-08-01
Make XCI comply to review and style guidelines
Zach Hilman
2018-08-01
Remove files that are not used
Zach Hilman
2018-07-27
RomFS Extraction
Zach Hilman
2018-07-22
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-20
vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...
Lioncash
2018-07-18
vfs: Deduplicate accumulation code in VfsDirectory's GetSize()
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman