We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d380203 commit 6c7372eCopy full SHA for 6c7372e
Source/System/RTEError.cpp
@@ -588,6 +588,7 @@ bool RTEError::DumpAbortSave() {
588
bool success = false;
589
if (g_ActivityMan.GetActivity() && g_ActivityMan.GetActivity()->CanBeUserSaved()) {
590
success = g_ActivityMan.SaveCurrentGame("AbortSave");
591
+ g_ActivityMan.WaitForSaveGameTask(); // Ensure the save is complete before the user potentially aborts or restarts the game.
592
}
593
return success;
594
0 commit comments