Controller: Always preserve internal state when loading/resuming
Fixes analog mode getting disabled when loading state.
This commit is contained in:
@ -13,7 +13,7 @@ Controller::~Controller() = default;
|
||||
|
||||
void Controller::Reset() {}
|
||||
|
||||
bool Controller::DoState(StateWrapper& sw)
|
||||
bool Controller::DoState(StateWrapper& sw, bool apply_input_state)
|
||||
{
|
||||
return !sw.HasError();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user