mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00:00
Add proper emulated balance board option to the interface
This commit is contained in:
parent
1b1ffeb539
commit
7c316be1b4
2 changed files with 17 additions and 19 deletions
|
@ -42,10 +42,10 @@ private:
|
|||
|
||||
QGroupBox* m_wiimote_box;
|
||||
QGridLayout* m_wiimote_layout;
|
||||
std::array<QLabel*, 4> m_wiimote_labels;
|
||||
std::array<QComboBox*, 4> m_wiimote_boxes;
|
||||
std::array<QPushButton*, 4> m_wiimote_buttons;
|
||||
std::array<QHBoxLayout*, 4> m_wiimote_groups;
|
||||
std::array<QLabel*, 5> m_wiimote_labels;
|
||||
std::array<QComboBox*, 5> m_wiimote_boxes;
|
||||
std::array<QPushButton*, 5> m_wiimote_buttons;
|
||||
std::array<QHBoxLayout*, 5> m_wiimote_groups;
|
||||
std::array<QLabel*, 2> m_wiimote_pt_labels;
|
||||
|
||||
QRadioButton* m_wiimote_emu;
|
||||
|
@ -53,7 +53,6 @@ private:
|
|||
QPushButton* m_wiimote_sync;
|
||||
QPushButton* m_wiimote_reset;
|
||||
QCheckBox* m_wiimote_continuous_scanning;
|
||||
QCheckBox* m_wiimote_real_balance_board;
|
||||
QCheckBox* m_wiimote_speaker_data;
|
||||
QCheckBox* m_wiimote_ciface;
|
||||
QPushButton* m_wiimote_refresh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue