Add proper emulated balance board option to the interface

This commit is contained in:
Pokechu22 2019-07-27 16:57:14 -07:00
commit 7c316be1b4
2 changed files with 17 additions and 19 deletions

View file

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