mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
Do not account RSX for TSX pauses
This commit is contained in:
parent
70346028c5
commit
a742501a4f
4 changed files with 11 additions and 3 deletions
|
@ -1549,7 +1549,7 @@ bool handle_access_violation(u32 addr, bool is_writing, x64_context* context) no
|
|||
return true;
|
||||
}
|
||||
|
||||
if (cpu->id_type() != 1)
|
||||
if (cpu->id_type() == 2)
|
||||
{
|
||||
if (!g_tls_access_violation_recovered)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue