mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Fix remaining vm::reservation_lock usages (for now)
Optimization can be restored later.
This commit is contained in:
parent
7a76fb1469
commit
dcff8c2637
3 changed files with 6 additions and 6 deletions
|
|
@ -1628,11 +1628,11 @@ static bool ppu_store_reservation(ppu_thread& ppu, u32 addr, u64 reg_value)
|
|||
if (cmp_rdata(ppu.rdata, super_data))
|
||||
{
|
||||
data.release(reg_value);
|
||||
res.release(rtime + 128);
|
||||
res += 64;
|
||||
return true;
|
||||
}
|
||||
|
||||
res.release(rtime);
|
||||
res -= 64;
|
||||
return false;
|
||||
}();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue