summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/romfs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* file_sys: fix LayeredFS error when loading some games made with… (#3602)enler2020-04-071-1/+2
* filesys/romfs: Remove unused includesLioncash2019-11-271-0/+2
* filesys/romfs: Make ProcessFile and ProcessDirectory internally linkedLioncash2019-11-271-2/+3
* romfs: Add SingleDiscard extraction typeZach Hilman2018-12-281-0/+3
* fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman2018-10-041-2/+2
* vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash2018-09-261-1/+1
* vfs_static: Remove template byte parameter from StaticVfsFileLioncash2018-09-251-1/+1
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-4/+5
* romfs: Implement CreateRomFSZach Hilman2018-09-221-3/+17
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-5/+6
* romfs: Remove cyclic shared_ptr leak in romfs codeZach Hilman2018-08-121-4/+4
* RomFS ExtractionZach Hilman2018-07-281-0/+124