mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Make the built-in wiitdb files optional
There are some cases where overriding the opening.bnr names isn't desirable, such as when someone has several modded versions of a game that differ in names but not game IDs.
This commit is contained in:
@ -257,6 +257,7 @@ struct SConfig : NonCopyable
|
||||
bool m_InterfaceLogConfigWindow;
|
||||
bool m_InterfaceExtendedFPSInfo;
|
||||
bool m_show_active_title = false;
|
||||
bool m_use_builtin_title_database = true;
|
||||
bool m_show_development_warning;
|
||||
|
||||
bool m_ListDrives;
|
||||
|
Reference in New Issue
Block a user