Morph fd1c3aa14e fs: Fix RomFS building when zero byte files are present
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.
2020-07-12 04:33:35 -04:00
..
2020-06-27 11:36:05 -04:00
2020-06-27 18:20:06 -04:00
2020-06-27 11:35:21 -04:00
2019-09-10 12:57:45 +02:00
2020-04-20 15:53:49 -04:00