System: Save undo state on reset

pull/3440/head
Stenzek 5 months ago
parent cb2dfabeeb
commit 5eb8578edc
No known key found for this signature in database

@ -1560,6 +1560,8 @@ void System::ResetSystem()
if (!IsValid())
return;
SaveUndoLoadState();
InternalReset();
// Reset boot mode/reload BIOS if needed. Preserve exe/psf boot.

Loading…
Cancel
Save