summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/romfs.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-1/+0
| | | | Same behavior, minus unnecessary inclusions where not necessary.
* filesys/romfs: Remove unused includesLioncash2019-11-271-4/+0
| | | | | These inclusions aren't used at all within the public interface, so they can be removed.
* common_func: Use std::array for INSERT_PADDING_* macros.bunnei2019-11-041-19/+0
| | | | - Zero initialization here is useful for determinism.
* romfs: Add SingleDiscard extraction typeZach Hilman2018-12-281-2/+3
| | | | Needed for manual RomFS extraction, as Full generates an extra directory and Truncated generates variable results.
* fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman2018-10-041-1/+1
|
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-1/+7
|
* romfs: Implement CreateRomFSZach Hilman2018-09-221-1/+8
|
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-0/+1
| | | | | Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
* RomFS ExtractionZach Hilman2018-07-281-0/+35