ControllerInterface/DSUClient: Eliminate m_accl/m_gyro state by accessing the pad data directly like every other input.

This commit is contained in:
Jordan Woyak
2019-11-17 17:10:35 -06:00
parent eacbff76dd
commit 6106f780a7
2 changed files with 19 additions and 30 deletions

View File

@ -181,7 +181,7 @@ struct PadDataResponse
u64 timestamp_us;
float accelerometer_x_g;
float accelerometer_y_g;
float accelerometer_z_inverted_g;
float accelerometer_z_g;
float gyro_pitch_deg_s;
float gyro_yaw_deg_s;
float gyro_roll_deg_s;