mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 06:05:46 -04:00
@ -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()
|
||||||
|
Reference in New Issue
Block a user