summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_concat.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-4/+4
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-1/+1
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-7/+11
2020-07-12fs: Fix RomFS building when zero byte files are presentMorph1-4/+4
2018-09-26vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash1-32/+35
2018-09-25vfs_static: Remove template byte parameter from StaticVfsFileLioncash1-9/+33
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-9/+12
2018-09-22vfs_concat: Rewrite and fix ConcatenatedVfsFileZach Hilman1-13/+26
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-5/+5
2018-08-12registration: Update documentation and styleZach Hilman1-0/+1
2018-08-12file_sys: Comply to style guidelinesZach Hilman1-4/+4
2018-08-12vfs: Add ConcatenatedVfsFileZach Hilman1-0/+93