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_real.h
Age
Commit message (
Expand
)
Author
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-02
file_sys: Resolve cases of variable shadowing
Lioncash
2020-12-10
vfs: Use existing type aliases consistently
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2018-10-19
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-09-23
fsmitm: Cleanup and modernize fsmitm port
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-09-02
vfs_real: Forward declare IOFile
Lioncash
2018-08-11
vfs_real: Add CreateFullPath to Create* operations
Zach Hilman
2018-08-08
vfs: Use RealVfsFilesystem for fs-operations in RealVfsDirectory
Zach Hilman
2018-08-08
vfs: Add RealVfsFilesystem implementation
Zach Hilman
2018-07-27
RomFS Extraction
Zach Hilman
2018-07-22
file_util, vfs: Use std::string_view where applicable
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