mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 07:15:41 -04: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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user