Qt: Fix input profile ctype change not saving

pull/3192/head
Stenzek 2 years ago
parent d80aa91d49
commit f1f4bac8a8
No known key found for this signature in database

@ -230,6 +230,7 @@ void ControllerBindingWidget::onTypeChanged()
if (sif) if (sif)
{ {
sif->SetStringValue(m_config_section.c_str(), "Type", Settings::GetControllerTypeName(m_controller_type)); sif->SetStringValue(m_config_section.c_str(), "Type", Settings::GetControllerTypeName(m_controller_type));
QtHost::SaveGameSettings(sif, false);
g_emu_thread->reloadGameSettings(); g_emu_thread->reloadGameSettings();
} }
else else

Loading…
Cancel
Save