summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/fsmitm_romfsbuild.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2021-05-02file_sys: Resolve cases of variable shadowingLioncash1-1/+1
Brings us closer to enabling -Wshadow as an error in the core code.
2020-07-12fs: Fix RomFS building when zero byte files are presentMorph1-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.
2018-10-30general: Remove unused boost inclusions where applicableLioncash1-1/+0
Cleans up unused includes and trims off some dependencies on externals.
2018-10-04fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dirZach Hilman1-2/+4
2018-09-24fsmitm: Cleanup and modernize fsmitm portZach Hilman1-0/+70