mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-12 14:27:20 +00:00
System: Save undo state on reset
This commit is contained in:
parent
cb2dfabeeb
commit
5eb8578edc
@ -1560,6 +1560,8 @@ void System::ResetSystem()
|
||||
if (!IsValid())
|
||||
return;
|
||||
|
||||
SaveUndoLoadState();
|
||||
|
||||
InternalReset();
|
||||
|
||||
// Reset boot mode/reload BIOS if needed. Preserve exe/psf boot.
|
||||
|
Loading…
x
Reference in New Issue
Block a user