summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/fsmitm_romfsbuild.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-23/+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: Resolve cases of variable shadowingLioncash2021-05-021-1/+1
| | | | Brings us closer to enabling -Wshadow as an error in the core code.
* fs: Fix RomFS building when zero byte files are presentMorph2020-07-121-1/+1
| | | | | | When zero byte files are present, the key (offset) for that file is identical to the file right after. A std::map isn't able to fit key-value pairs with identical keys (offsets), therefore, the solution is to use std::multimap which permits multiple entries with the same key. This most prominently fixes Pokemon Sword and Shield weather with any RomFS mod applied.
* general: Remove unused boost inclusions where applicableLioncash2018-10-301-1/+0
| | | | Cleans up unused includes and trims off some dependencies on externals.
* fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman2018-10-041-2/+4
|
* fsmitm: Cleanup and modernize fsmitm portZach Hilman2018-09-241-0/+70