System: Save undo state on reset

This commit is contained in:
Stenzek 2025-06-08 17:08:52 +10:00
parent cb2dfabeeb
commit 5eb8578edc
No known key found for this signature in database

View File

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