mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00: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…
Reference in a new issue