mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Update General, Interface pane
This commit is contained in:
@ -10,6 +10,7 @@ class QCheckBox;
|
||||
class QComboBox;
|
||||
class QLabel;
|
||||
class QPushButton;
|
||||
class QRadioButton;
|
||||
class QSlider;
|
||||
class QVBoxLayout;
|
||||
|
||||
@ -30,11 +31,16 @@ private:
|
||||
|
||||
// Widgets
|
||||
QVBoxLayout* m_main_layout;
|
||||
QComboBox* m_combobox_language;
|
||||
QSlider* m_slider_speedlimit;
|
||||
QComboBox* m_combobox_speedlimit;
|
||||
QCheckBox* m_checkbox_force_ntsc;
|
||||
QCheckBox* m_checkbox_dualcore;
|
||||
QCheckBox* m_checkbox_cheats;
|
||||
QLabel* m_label_speedlimit;
|
||||
|
||||
QRadioButton* m_radio_interpreter;
|
||||
QRadioButton* m_radio_cached_interpreter;
|
||||
QRadioButton* m_radio_jit;
|
||||
|
||||
// Analytics related
|
||||
#if defined(USE_ANALYTICS) && USE_ANALYTICS
|
||||
void CreateAnalytics();
|
||||
|
Reference in New Issue
Block a user