mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-13 14:57:32 +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())
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user