summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_concat.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-2/+2
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-1/+1
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-1/+1
2020-07-12fs: Fix RomFS building when zero byte files are presentMorph1-3/+3
2018-09-26vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash1-11/+8
2018-09-25vfs_static: Remove template byte parameter from StaticVfsFileLioncash1-29/+4
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-29/+29
2018-09-22vfs_concat: Rewrite and fix ConcatenatedVfsFileZach Hilman1-1/+33
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+2
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-4/+4
2018-08-12file_sys: Comply to style guidelinesZach Hilman1-3/+3
2018-08-12vfs: Add ConcatenatedVfsFileZach Hilman1-0/+41