Do not allow to unpause after fatal error occured in emulation

* Plus fix #10590
This commit is contained in:
Eladash
2021-09-07 19:42:08 +03:00
committed by Megamouse
parent 69faf14a79
commit bd66dfedc9
5 changed files with 26 additions and 9 deletions
+1 -1
View File
@@ -1580,7 +1580,7 @@ bool handle_access_violation(u32 addr, bool is_writing, x64_context* context) no
}
}
Emu.Pause();
Emu.Pause(true);
if (!g_tls_access_violation_recovered)
{