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.h
Age
Commit message (
Expand
)
Author
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: Make VfsFilesystem constructor explicit
Lioncash
2018-08-12
vfs: Make type hierarchy objects classes instead of structs
Lioncash
2018-08-08
vfs: Fix documentation
Zach Hilman
2018-08-08
vfs: Fix typo in VfsFilesystem docs
Zach Hilman
2018-08-08
vfs: Add VfsFilesystem interface and default implementation
Zach Hilman
2018-08-01
Remove files that are not used
Zach Hilman
2018-07-27
RomFS Extraction
Zach Hilman
2018-07-22
vfs: Correct file_p variable usage within InterpretAsDirectory()
Lioncash
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-20
vfs: Use variable template variants of std::is_trivially_copyable
Lioncash
2018-07-20
vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member fun...
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