mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 09:19:48 +00:00
code handler update add switch dialog
This commit is contained in:
parent
942be0e269
commit
1550565855
7 changed files with 63 additions and 11 deletions
|
@ -30,10 +30,11 @@ private:
|
|||
void CreateBasic();
|
||||
//void CreateAutoUpdate();
|
||||
void CreateFallbackRegion();
|
||||
|
||||
void LoadConfig();
|
||||
void OnSaveConfig();
|
||||
void OnEmulationStateChanged(Core::State state);
|
||||
void CreateCheats();
|
||||
void OnCodeHandlerChanged(int index);
|
||||
|
||||
// Widgets
|
||||
QVBoxLayout* m_main_layout;
|
||||
|
@ -44,6 +45,7 @@ private:
|
|||
QCheckBox* m_checkbox_cheats;
|
||||
QCheckBox* m_checkbox_override_region_settings;
|
||||
QCheckBox* m_checkbox_auto_disc_change;
|
||||
QComboBox* m_combobox_codehandler;
|
||||
#ifdef USE_DISCORD_PRESENCE
|
||||
QCheckBox* m_checkbox_discord_presence;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue