mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 19:35:41 -04:00
parent
34f1c644f5
commit
0c40903f74
@ -324,7 +324,9 @@ void QtHostInterface::OnControllerTypeChanged(u32 slot)
|
|||||||
{
|
{
|
||||||
HostInterface::OnControllerTypeChanged(slot);
|
HostInterface::OnControllerTypeChanged(slot);
|
||||||
|
|
||||||
updateInputMap();
|
// this assumes the settings mutex is already locked - as it comes from updateSettings().
|
||||||
|
QtSettingsInterface si(m_qsettings);
|
||||||
|
UpdateInputMap(si);
|
||||||
}
|
}
|
||||||
|
|
||||||
void QtHostInterface::updateInputMap()
|
void QtHostInterface::updateInputMap()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user