mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12: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