mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-06 04:35:41 -04: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_rumble_unlocked = false;
|
||||||
m_configuration_mode = false;
|
m_configuration_mode = false;
|
||||||
m_command_param = 0;
|
m_command_param = 0;
|
||||||
|
m_motor_state.fill(0);
|
||||||
|
|
||||||
if (m_auto_enable_analog)
|
if (m_auto_enable_analog)
|
||||||
SetAnalogMode(true);
|
SetAnalogMode(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user