VMManager: Fix inactive per-game bindings taking precedence over global

This commit is contained in:
Connor McLaughlin 2022-09-16 01:17:10 +10:00 committed by refractionpcsx2
parent a020e985f2
commit 1a979a8498
1 changed files with 1 additions and 1 deletions

View File

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