aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs_concat.cpp
AgeCommit message (Expand)Author
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2023-12-03fsmitm_romfsbuild: optimize for data localityLiam
2023-10-13fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam
2023-06-19vfs_concat: verify short readLiam
2023-06-18vfs_concat: fix offset calculation when not aligned to file boundaryLiam
2023-05-26vfs_concat: fix time complexity of readLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-02file_sys: Resolve cases of variable shadowingLioncash
2020-12-10vfs: Use existing type aliases consistentlyLioncash
2020-07-12fs: Fix RomFS building when zero byte files are presentMorph
2018-09-25vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash
2018-09-25vfs_static: Remove template byte parameter from StaticVfsFileLioncash
2018-09-23fsmitm: Cleanup and modernize fsmitm portZach Hilman
2018-09-21vfs_concat: Rewrite and fix ConcatenatedVfsFileZach Hilman
2018-09-19file-sys: Default heavy-weight class destructors in the cpp fileLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-11registration: Update documentation and styleZach Hilman
2018-08-11file_sys: Comply to style guidelinesZach Hilman
2018-08-11vfs: Add ConcatenatedVfsFileZach Hilman