mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-26 04:32:35 +01:00
minor ppu fixup
does not affect anything except consistency.
This commit is contained in:
parent
ec1e82bc9d
commit
63be05d5d3
@ -1236,7 +1236,7 @@ static bool ppu_store_reservation(ppu_thread& ppu, u32 addr, T reg_value)
|
||||
if (result)
|
||||
{
|
||||
res.release(old_time + 128);
|
||||
vm::reservation_notifier(addr, sizeof(u64)).notify_all();
|
||||
vm::reservation_notifier(addr, sizeof(T)).notify_all();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user