From f1f4bac8a8d168f2d7ae7794ed47cd6bd8e82034 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 27 Apr 2024 13:15:35 +1000 Subject: [PATCH] Qt: Fix input profile ctype change not saving --- src/duckstation-qt/controllerbindingwidgets.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/duckstation-qt/controllerbindingwidgets.cpp b/src/duckstation-qt/controllerbindingwidgets.cpp index fc0259c20..12699432c 100644 --- a/src/duckstation-qt/controllerbindingwidgets.cpp +++ b/src/duckstation-qt/controllerbindingwidgets.cpp @@ -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