System: Fix per-game bindings being used when disabled

This commit is contained in:
Connor McLaughlin 2022-09-22 23:11:25 +10:00
parent 6fa8c3962e
commit d25a9a22e3

View file

@ -880,7 +880,7 @@ bool System::UpdateGameSettingsLayer()
} }
} }
Host::Internal::SetInputSettingsLayer(input_interface.get()); Host::Internal::SetInputSettingsLayer(input_interface ? input_interface.get() : Host::Internal::GetBaseSettingsLayer());
} }
else else
{ {