mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00: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:
parent
d6dd0e4687
commit
1d7a57869a
7 changed files with 30 additions and 0 deletions
|
@ -25,6 +25,7 @@ private:
|
|||
void OnPanicHandlersCheckBoxChanged(wxCommandEvent&);
|
||||
void OnOSDMessagesCheckBoxChanged(wxCommandEvent&);
|
||||
void OnShowActiveTitleCheckBoxChanged(wxCommandEvent&);
|
||||
void OnUseBuiltinTitleDatabaseCheckBoxChanged(wxCommandEvent&);
|
||||
void OnInterfaceLanguageChoiceChanged(wxCommandEvent&);
|
||||
void OnPauseOnFocusLostCheckBoxChanged(wxCommandEvent&);
|
||||
void OnThemeSelected(wxCommandEvent&);
|
||||
|
@ -35,6 +36,7 @@ private:
|
|||
wxCheckBox* m_panic_handlers_checkbox;
|
||||
wxCheckBox* m_osd_messages_checkbox;
|
||||
wxCheckBox* m_show_active_title_checkbox;
|
||||
wxCheckBox* m_use_builtin_title_database_checkbox;
|
||||
wxCheckBox* m_pause_focus_lost_checkbox;
|
||||
wxChoice* m_interface_lang_choice;
|
||||
wxChoice* m_theme_choice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue