mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-13 09:54:32 +00:00
System: Save undo state on reset
This commit is contained in:
@@ -1560,6 +1560,8 @@ void System::ResetSystem()
|
||||
if (!IsValid())
|
||||
return;
|
||||
|
||||
SaveUndoLoadState();
|
||||
|
||||
InternalReset();
|
||||
|
||||
// Reset boot mode/reload BIOS if needed. Preserve exe/psf boot.
|
||||
|
||||
Reference in New Issue
Block a user