mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 04:45:42 -04:00
AnalogController: Always use analog mode from save state
This commit is contained in:
parent
afed8297c9
commit
9439cf65a3
@ -93,8 +93,6 @@ bool AnalogController::DoState(StateWrapper& sw, bool apply_input_state)
|
||||
sw.DoEx(&button_state, 44, static_cast<u16>(0xFFFF));
|
||||
if (apply_input_state)
|
||||
m_button_state = button_state;
|
||||
else
|
||||
m_analog_mode = old_analog_mode;
|
||||
|
||||
sw.Do(&m_command);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user