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.h
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
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-08-05
vfs_vector: Make creation of array vfs files less verbose
Lioncash
2018-11-22
file_sys: Implement system archive synthesizer for NgWord (806)
Zach Hilman
2018-11-15
vfs_vector: Add VFS backend for std::array
Zach Hilman
2018-10-19
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
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-15
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-12
vfs: Make type hierarchy objects classes instead of structs
Lioncash
2018-08-11
romfs: Remove cyclic shared_ptr leak in romfs code
Zach Hilman
2018-07-27
RomFS Extraction
Zach Hilman