mirror of
https://github.com/stenzek/duckstation.git
synced 2026-07-11 01:24:11 +02:00
Qt: Fix incorrect settings save after automap
This commit is contained in:
@@ -1083,13 +1083,13 @@ void MultipleDeviceAutobindDialog::doAutomaticBinding()
|
||||
{
|
||||
if (global)
|
||||
{
|
||||
QtHost::SaveGameSettings(si, false);
|
||||
g_core_thread->reloadGameSettings(false);
|
||||
QtHost::QueueSettingsSave();
|
||||
g_core_thread->reloadInputBindings();
|
||||
}
|
||||
else
|
||||
{
|
||||
QtHost::QueueSettingsSave();
|
||||
g_core_thread->reloadInputBindings();
|
||||
QtHost::SaveGameSettings(si, false);
|
||||
g_core_thread->reloadGameSettings(false);
|
||||
}
|
||||
accept();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user