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_vector.cpp
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-02
file_sys: Resolve cases of variable shadowing
Lioncash
2020-12-10
vfs: Use existing type aliases consistently
Lioncash
2019-02-25
file_sys/vfs_vector: Fix ignored offset on Write
Frederic L
2018-11-22
file_sys: Implement system archive synthesizer for NgWord (806)
Zach Hilman
2018-10-19
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-09-25
vfs_vector: Amend initializer list order in VectorVfsFile's constructor initi...
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_vector: Add VectorVfsFile
Zach Hilman
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-08-11
romfs: Remove cyclic shared_ptr leak in romfs code
Zach Hilman
2018-08-02
vfs_vector: Remove unused variable in FindAndRemoveVectorElement()
Lioncash
2018-08-02
vfs_vector: Avoid unnecessary copies where applicable
Lioncash
2018-07-27
RomFS Extraction
Zach Hilman