mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 06:15:38 +00:00
AnalogController: Set vibration strength to 0 on Reset
This commit is contained in:
parent
915b7d3726
commit
e6bff275a6
|
@ -25,6 +25,7 @@ void AnalogController::Reset()
|
|||
m_rumble_unlocked = false;
|
||||
m_configuration_mode = false;
|
||||
m_command_param = 0;
|
||||
m_motor_state.fill(0);
|
||||
|
||||
if (m_auto_enable_analog)
|
||||
SetAnalogMode(true);
|
||||
|
|
Loading…
Reference in a new issue