mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Save config on game exit.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user