Morph
2b87305d31
general: Convert source file copyright comments over to SPDX
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.
4 years ago
Lioncash
da15e9f8a7
file_sys: Replace inclusions with forward declarations where applicable
Same behavior, minus unnecessary inclusions where not necessary.
6 years ago
Lioncash
0da88a9876
filesys/romfs: Remove unused includes
These inclusions aren't used at all within the public interface, so they
can be removed.
6 years ago
bunnei
fe02b9f968
common_func: Use std::array for INSERT_PADDING_* macros.
- Zero initialization here is useful for determinism.
7 years ago
Zach Hilman
94149affe0
romfs: Add SingleDiscard extraction type
Needed for manual RomFS extraction, as Full generates an extra directory and Truncated generates variable results.
7 years ago
Zach Hilman
cc50704b77
fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir
8 years ago
Zach Hilman
0243903c12
fsmitm: Cleanup and modernize fsmitm port
8 years ago
Zach Hilman
a3a1b7d144
romfs: Implement CreateRomFS
8 years ago
Lioncash
a9f4e31cc0
file_sys: Replace includes with forward declarations where applicable
Cuts down on include dependencies, resulting in less files that need to
be rebuilt when certain things are changed.
8 years ago
Zach Hilman
2e4c791f79
RomFS Extraction
8 years ago