mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DolphinQt: Add MotionPlus support to TAS input
Will manually controlling both an accelerometer and a gyroscope at the same time be reasonable to do? No idea. Was this easy to implement thanks to the input override system? Yes. Fixes https://bugs.dolphin-emu.org/issues/12443.
This commit is contained in:
@ -42,6 +42,7 @@ private:
|
||||
void UpdateExt();
|
||||
|
||||
WiimoteEmu::ExtensionNumber m_active_extension;
|
||||
bool m_is_motion_plus_attached;
|
||||
int m_num;
|
||||
|
||||
InputOverrider m_wiimote_overrider;
|
||||
@ -78,8 +79,9 @@ private:
|
||||
TASCheckBox* m_classic_right_button;
|
||||
TASSpinBox* m_ir_x_value;
|
||||
TASSpinBox* m_ir_y_value;
|
||||
QGroupBox* m_remote_orientation_box;
|
||||
QGroupBox* m_nunchuk_orientation_box;
|
||||
QGroupBox* m_remote_accelerometer_box;
|
||||
QGroupBox* m_remote_gyroscope_box;
|
||||
QGroupBox* m_nunchuk_accelerometer_box;
|
||||
QGroupBox* m_ir_box;
|
||||
QGroupBox* m_nunchuk_stick_box;
|
||||
QGroupBox* m_classic_left_stick_box;
|
||||
|
Reference in New Issue
Block a user