summaryrefslogtreecommitdiff
path: root/src/core/file_sys/romfs.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2023-12-03romfs: cache file and directory metadata tablesLiam
2023-12-01file_sys: handle null romfsLiam
2023-10-31romfs: fix extraction of single-directory rootLiam
2023-10-13fsmitm_romfsbuild: avoid unnecessary copies of vfs pointersLiam
2023-06-03romfs: use vfs_cached for romfs outputLiam
2023-05-26vfs_concat: fix time complexity of readLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2020-04-07file_sys: fix LayeredFS error when loading some games made with… (#3602)enler
2019-11-27filesys/romfs: Remove unused includesLioncash
2019-11-27filesys/romfs: Make ProcessFile and ProcessDirectory internally linkedLioncash
2018-12-28romfs: Add SingleDiscard extraction typeZach Hilman
2018-10-04fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman
2018-09-25vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFileLioncash
2018-09-25vfs_static: Remove template byte parameter from StaticVfsFileLioncash
2018-09-23fsmitm: Cleanup and modernize fsmitm portZach Hilman
2018-09-21romfs: Implement CreateRomFSZach Hilman
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-11romfs: Remove cyclic shared_ptr leak in romfs codeZach Hilman
2018-07-27RomFS ExtractionZach Hilman