Qt: Fix input profile ctype change not saving

This commit is contained in:
Stenzek 2024-04-27 13:15:35 +10:00
parent d80aa91d49
commit f1f4bac8a8
No known key found for this signature in database

View file

@ -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