summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_vector.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi1-131/+0
2023-06-03romfs: use vfs_cached for romfs outputLiam1-4/+0
2023-05-07vfs_vector: avoid n^2 lookup in layeredfs buildingLiam1-0/+4
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-2/+2
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-4/+4
2020-12-10vfs: Use existing type aliases consistentlyLioncash1-7/+7
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash1-6/+6
2020-08-05vfs_vector: Make creation of array vfs files less verboseLioncash1-1/+12
2018-11-23file_sys: Implement system archive synthesizer for NgWord (806)Zach Hilman1-1/+2
2018-11-16vfs_vector: Add VFS backend for std::arrayZach Hilman1-0/+52
2018-10-19vfs: Remove InterpretAsDirectory and related functionsZach Hilman1-3/+0
2018-09-26vfs/etc: Append std:: to size_t usagesLioncash1-4/+4
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-0/+1
2018-09-22vfs_vector: Add VectorVfsFileZach Hilman1-0/+24
2018-09-20file-sys: Default heavy-weight class destructors in the cpp fileLioncash1-0/+1
2018-08-12vfs: Make type hierarchy objects classes instead of structsLioncash1-1/+2
2018-08-12romfs: Remove cyclic shared_ptr leak in romfs codeZach Hilman1-2/+2
2018-07-28RomFS ExtractionZach Hilman1-0/+44