summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/romfs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-03romfs: cache file and directory metadata tablesLiam1-28/+55
2023-12-02file_sys: handle null romfsLiam1-6/+13
2023-11-01romfs: fix extraction of single-directory rootLiam1-29/+15
2023-10-13fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam1-3/+2
2023-06-03romfs: use vfs_cached for romfs outputLiam1-1/+2
2023-05-26vfs_concat: fix time complexity of readLiam1-1/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2020-04-07file_sys: fix LayeredFS error when loading some games made with… (#3602)enler1-1/+2
2019-11-27filesys/romfs: Remove unused includesLioncash1-0/+2
2019-11-27filesys/romfs: Make ProcessFile and ProcessDirectory internally linkedLioncash1-2/+3
2018-12-28romfs: Add SingleDiscard extraction typeZach Hilman1-0/+3
2018-10-04fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman1-2/+2
2018-09-26vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash1-1/+1
2018-09-25vfs_static: Remove template byte parameter from StaticVfsFileLioncash1-1/+1
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-4/+5
2018-09-22romfs: Implement CreateRomFSZach Hilman1-3/+17
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-5/+6
2018-08-12romfs: Remove cyclic shared_ptr leak in romfs codeZach Hilman1-4/+4
2018-07-28RomFS ExtractionZach Hilman1-0/+124