diff --git a/src/core/negcon_rumble.h b/src/core/negcon_rumble.h index 1cc191077..d823aec8c 100644 --- a/src/core/negcon_rumble.h +++ b/src/core/negcon_rumble.h @@ -92,14 +92,8 @@ private: static constexpr s16 DEFAULT_SMALL_MOTOR_VIBRATION_BIAS = 8; static constexpr s16 DEFAULT_LARGE_MOTOR_VIBRATION_BIAS = 8; - float m_analog_deadzone = 0.0f; - float m_analog_sensitivity = 1.33f; - float m_button_deadzone = 0.0f; std::array m_vibration_bias{DEFAULT_LARGE_MOTOR_VIBRATION_BIAS, DEFAULT_SMALL_MOTOR_VIBRATION_BIAS}; - u8 m_invert_left_stick = 0; - u8 m_invert_right_stick = 0; bool m_force_analog_on_reset = true; - bool m_analog_dpad_in_digital_mode = false; bool m_analog_mode = false; bool m_analog_locked = false;