Do not allow to unpause after fatal error occured in emulation
* Plus fix #10590
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user