mirror of https://github.com/PCSX2/pcsx2.git
VMManager: Fix inactive per-game bindings taking precedence over global
This commit is contained in:
parent
a020e985f2
commit
1a979a8498
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue