mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-09 11:01:29 -06:00
cellSpurs: Fix ready count
This commit is contained in:
parent
8db318094f
commit
59f9938849
@ -798,7 +798,7 @@ struct alignas(128) CellSpurs
|
||||
|
||||
atomic_t<u8>& readyCount(u32 wid)
|
||||
{
|
||||
if (wid & 0x10)
|
||||
if (wid < 0x10)
|
||||
{
|
||||
return wklReadyCount1[wid & 0xf];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user