aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/romfs.h
AgeCommit message (Collapse)Author
2023-10-31romfs: fix extraction of single-directory rootLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash
Same behavior, minus unnecessary inclusions where not necessary.
2019-11-27filesys/romfs: Remove unused includesLioncash
These inclusions aren't used at all within the public interface, so they can be removed.
2019-11-03common_func: Use std::array for INSERT_PADDING_* macros.bunnei
- Zero initialization here is useful for determinism.
2018-12-28romfs: Add SingleDiscard extraction typeZach Hilman
Needed for manual RomFS extraction, as Full generates an extra directory and Truncated generates variable results.
2018-10-04fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman
2018-09-23fsmitm: Cleanup and modernize fsmitm portZach Hilman
2018-09-21romfs: Implement CreateRomFSZach Hilman
2018-09-03file_sys: Replace includes with forward declarations where applicableLioncash
Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
2018-07-27RomFS ExtractionZach Hilman