mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 18:35:43 -04:00
Qt: Fix input profile ctype change not saving
This commit is contained in:
parent
d80aa91d49
commit
f1f4bac8a8
@ -230,6 +230,7 @@ void ControllerBindingWidget::onTypeChanged()
|
||||
if (sif)
|
||||
{
|
||||
sif->SetStringValue(m_config_section.c_str(), "Type", Settings::GetControllerTypeName(m_controller_type));
|
||||
QtHost::SaveGameSettings(sif, false);
|
||||
g_emu_thread->reloadGameSettings();
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user