mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-15 10:54:36 +00:00
Qt: Fix disabling patches not removing empty ini
This commit is contained in:
@@ -49,7 +49,7 @@ void GamePatchDetailsWidget::onEnabledStateChanged(Qt::CheckState state)
|
||||
else
|
||||
si->RemoveFromStringList("Patches", "Enable", m_name.c_str());
|
||||
|
||||
si->Save();
|
||||
QtHost::SaveGameSettings(si, true);
|
||||
g_emu_thread->reloadGameSettings();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user