mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 22:49:00 +01:00
![JosJuice](/assets/img/avatar_default.png)
This seems like an oversight in the old code, because what's the point of loading user files if the titles in them are going to be ignored for nearly all games? This commit fixes the issue by making the first LoadMap variant not overwrite entries and making the constructor do everything in the opposite order. An alternative solution would be to make the second LoadMap variant overwrite entries.