summaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs_concat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-251-192/+0
* fsmitm_romfsbuild: optimize for data localityGravatar Liam2023-12-031-2/+2
* fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersGravatar Liam2023-10-131-12/+15
* vfs_concat: verify short readGravatar Liam2023-06-191-0/+5
* vfs_concat: fix offset calculation when not aligned to file boundaryGravatar Liam2023-06-181-4/+5
* vfs_concat: fix time complexity of readGravatar Liam2023-05-261-60/+101
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-4/+4
* file_sys: Resolve cases of variable shadowingGravatar Lioncash2021-05-021-1/+1
* vfs: Use existing type aliases consistentlyGravatar Lioncash2020-12-101-7/+11
* fs: Fix RomFS building when zero byte files are presentGravatar Morph2020-07-121-4/+4
* vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileGravatar Lioncash2018-09-251-32/+35
* vfs_static: Remove template byte parameter from StaticVfsFileGravatar Lioncash2018-09-251-9/+33
* fsmitm: Cleanup and modernize fsmitm portGravatar Zach Hilman2018-09-231-9/+12
* vfs_concat: Rewrite and fix ConcatenatedVfsFileGravatar Zach Hilman2018-09-211-13/+26
* file-sys: Default heavy-weight class destructors in the cpp fileGravatar Lioncash2018-09-191-0/+2
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-5/+5
* registration: Update documentation and styleGravatar Zach Hilman2018-08-111-0/+1
* file_sys: Comply to style guidelinesGravatar Zach Hilman2018-08-111-4/+4
* vfs: Add ConcatenatedVfsFileGravatar Zach Hilman2018-08-111-0/+93