AnalogController: Always use analog mode from save state

pull/3001/head
Stenzek 2 years ago
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…
Cancel
Save