Save config on game exit.

This commit is contained in:
Henrik Rydgård
2026-03-07 15:33:18 +01:00
parent 8386dc3e68
commit b8a20eaa5e
+3
View File
@@ -503,6 +503,9 @@ EmuScreen::~EmuScreen() {
g_Discord.ClearPresence();
else
g_Discord.SetPresenceMenu();
// This makes sure that the recents list is updated, among other things.
g_Config.Save("exitGame");
}
void EmuScreen::dialogFinished(const Screen *dialog, DialogResult result) {