mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 12:35:41 -04:00
AnalogController: Set transfer state to idle on reset
This commit is contained in:
parent
fcbd618783
commit
a4eb4b9280
@ -22,6 +22,7 @@ ControllerType AnalogController::GetType() const
|
||||
|
||||
void AnalogController::Reset()
|
||||
{
|
||||
m_state = State::Idle;
|
||||
m_analog_mode = false;
|
||||
m_configuration_mode = false;
|
||||
m_command_param = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user