System: Clear memory save states on reset

Fixes reset not functioning with analog runahead.
pull/3751/head
Stenzek 1 month ago
parent f228b009cd
commit 0e0ef21d0e
No known key found for this signature in database

@ -1417,7 +1417,7 @@ void System::ResetSystem()
return;
SaveUndoLoadState();
ClearMemorySaveStates(false, false);
InternalReset();
// Reset boot mode/reload BIOS if needed. Preserve exe/psf boot.

Loading…
Cancel
Save