summaryrefslogtreecommitdiff
path: root/src/core/file_sys/romfs.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* file_sys: fix LayeredFS error when loading some games made with… (#3602)Gravatar enler2020-04-071-1/+2
* filesys/romfs: Remove unused includesGravatar Lioncash2019-11-271-0/+2
* filesys/romfs: Make ProcessFile and ProcessDirectory internally linkedGravatar Lioncash2019-11-271-2/+3
* romfs: Add SingleDiscard extraction typeGravatar Zach Hilman2018-12-281-0/+3
* fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirGravatar Zach Hilman2018-10-041-2/+2
* vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileGravatar Lioncash2018-09-251-1/+1
* vfs_static: Remove template byte parameter from StaticVfsFileGravatar Lioncash2018-09-251-1/+1
* fsmitm: Cleanup and modernize fsmitm portGravatar Zach Hilman2018-09-231-4/+5
* romfs: Implement CreateRomFSGravatar Zach Hilman2018-09-211-3/+17
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-5/+6
* romfs: Remove cyclic shared_ptr leak in romfs codeGravatar Zach Hilman2018-08-111-4/+4
* RomFS ExtractionGravatar Zach Hilman2018-07-271-0/+124