mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-18 16:10:07 +00:00
NeGconRumble: Remove unused fields
This commit is contained in:
parent
b93353647f
commit
2dc25a07ac
@ -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<s16, NUM_MOTORS> 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user