mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
Improve vm::reservation_update
Only respect unique lock.
This commit is contained in:
parent
2f329cf7b5
commit
1885e4345c
4 changed files with 19 additions and 18 deletions
|
@ -4487,7 +4487,7 @@ bool ppu_interpreter::STW(ppu_thread& ppu, ppu_opcode_t op)
|
|||
//Insomniac engine v3 & v4 (newer R&C, Fuse, Resitance 3)
|
||||
if (value == 0xAAAAAAAA) [[unlikely]]
|
||||
{
|
||||
vm::reservation_update(vm::cast(addr, HERE), 128);
|
||||
vm::reservation_update(vm::cast(addr, HERE));
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue