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_concat.cpp
Age
Commit message (
Expand
)
Author
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2023-12-03
fsmitm_romfsbuild: optimize for data locality
Liam
2023-10-13
fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers
Liam
2023-06-19
vfs_concat: verify short read
Liam
2023-06-18
vfs_concat: fix offset calculation when not aligned to file boundary
Liam
2023-05-26
vfs_concat: fix time complexity of read
Liam
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-07-12
fs: Fix RomFS building when zero byte files are present
Morph
2018-09-25
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Lioncash
2018-09-25
vfs_static: Remove template byte parameter from StaticVfsFile
Lioncash
2018-09-23
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-21
vfs_concat: Rewrite and fix ConcatenatedVfsFile
Zach Hilman
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-11
registration: Update documentation and style
Zach Hilman
2018-08-11
file_sys: Comply to style guidelines
Zach Hilman
2018-08-11
vfs: Add ConcatenatedVfsFile
Zach Hilman