summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_concat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Move vfs files to their own directoryFearlessTobi2024-01-251-57/+0
* fsmitm_romfsbuild: optimize for data localityLiam2023-12-031-1/+1
* fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam2023-10-131-7/+5
* vfs_concat: fix time complexity of readLiam2023-05-261-7/+21
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-2/+2
* file_sys: Resolve cases of variable shadowingLioncash2021-05-021-1/+1
* vfs: Use existing type aliases consistentlyLioncash2020-12-101-1/+1
* fs: Fix RomFS building when zero byte files are presentMorph2020-07-121-3/+3
* vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash2018-09-261-11/+8
* vfs_static: Remove template byte parameter from StaticVfsFileLioncash2018-09-251-29/+4
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-29/+29
* vfs_concat: Rewrite and fix ConcatenatedVfsFileZach Hilman2018-09-221-1/+33
* file-sys: Default heavy-weight class destructors in the cpp fileLioncash2018-09-201-0/+2
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-4/+4
* file_sys: Comply to style guidelinesZach Hilman2018-08-121-3/+3
* vfs: Add ConcatenatedVfsFileZach Hilman2018-08-121-0/+41