dolphin/Source/Core
JosJuice ee66c562ab TitleDatabase: Let user files override sys files
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.
2017-06-26 11:14:27 +02:00
..
AudioCommon Move IOFile to a separate file 2017-06-15 21:33:50 +02:00
Common Fix warnings 2017-06-24 01:41:58 +01:00
Core TitleDatabase: Let user files override sys files 2017-06-26 11:14:27 +02:00
DiscIO FileSystemGCWii: Use case insensitive comparison in FindFileInfo 2017-06-24 14:06:31 +02:00
DolphinNoGUI NoGUI: Fix a missing include for Xlib 2017-06-13 11:46:13 +02:00
DolphinQt2 replace DoFileSearch with optimized version 2017-06-23 17:25:53 -07:00
DolphinWX FileSystemGCWii: Use case insensitive comparison in FindFileInfo 2017-06-24 14:06:31 +02:00
InputCommon StringUtil: Make SplitString return by value 2017-06-11 16:48:20 +02:00
UICommon Allow the user to ignore signature issues during WAD import 2017-06-16 16:17:38 +02:00
VideoBackends AbstractTexture: Add missing includes (and remove unnecessary ones) 2017-06-18 23:29:22 -04:00
VideoCommon replace DoFileSearch with optimized version 2017-06-23 17:25:53 -07:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00