mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
General GameCubePane improvements (squashed commit)
This commit is contained in:
parent
3627ef8a04
commit
e1fdf4ae9a
2 changed files with 100 additions and 134 deletions
|
@ -23,12 +23,13 @@ private:
|
|||
void LoadSettings();
|
||||
void SaveSettings();
|
||||
|
||||
void UpdateButton(int slot);
|
||||
void OnConfigPressed(int slot);
|
||||
|
||||
QCheckBox* m_skip_main_menu;
|
||||
QCheckBox* m_override_language_ntsc;
|
||||
QComboBox* m_language_combo;
|
||||
|
||||
QPushButton* m_slot_buttons[2];
|
||||
QPushButton* m_slot_buttons[3];
|
||||
QComboBox* m_slot_combos[3];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue