mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Fix Savestates recent regression
This commit is contained in:
parent
7fc0f69e48
commit
665bb83297
3 changed files with 22 additions and 8 deletions
|
|
@ -3038,6 +3038,11 @@ void Emulator::Kill(bool allow_autoexit, bool savestate, savestate_stage* save_s
|
|||
|
||||
if (!IsStopped() && savestate)
|
||||
{
|
||||
if (IsStarting())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (!save_stage || !save_stage->prepared)
|
||||
{
|
||||
if (m_emu_state_close_pending.exchange(true))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue