summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/romfs.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi1-1/+1
2023-11-01romfs: fix extraction of single-directory rootLiam1-8/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-1/+0
Same behavior, minus unnecessary inclusions where not necessary.
2019-11-27filesys/romfs: Remove unused includesLioncash1-4/+0
These inclusions aren't used at all within the public interface, so they can be removed.
2019-11-04common_func: Use std::array for INSERT_PADDING_* macros.bunnei1-19/+0
- Zero initialization here is useful for determinism.
2018-12-28romfs: Add SingleDiscard extraction typeZach Hilman1-2/+3
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 Hilman1-1/+1
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-1/+7
2018-09-22romfs: Implement CreateRomFSZach Hilman1-1/+8
2018-09-04file_sys: Replace includes with forward declarations where applicableLioncash1-0/+1
Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
2018-07-28RomFS ExtractionZach Hilman1-0/+35