mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-29 19:15:38 +00:00
System: Fix per-game bindings being used when disabled
This commit is contained in:
parent
6fa8c3962e
commit
d25a9a22e3
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue