code handler update add switch dialog

This commit is contained in:
Nayla Hanegan 2024-06-10 22:35:41 -04:00
commit 1550565855
7 changed files with 63 additions and 11 deletions

View file

@ -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