mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-29 22:20:48 +00:00
SPU MFC: Fix MFC_WrListStallAck on interpreters
This commit is contained in:
parent
4405f46aec
commit
7c3166a0c6
@ -2816,6 +2816,8 @@ bool spu_thread::set_ch_value(u32 ch, u32 value)
|
|||||||
|
|
||||||
case MFC_WrListStallAck:
|
case MFC_WrListStallAck:
|
||||||
{
|
{
|
||||||
|
value &= 0x1f;
|
||||||
|
|
||||||
// Reset stall status for specified tag
|
// Reset stall status for specified tag
|
||||||
const u32 tag_mask = utils::rol32(1, value);
|
const u32 tag_mask = utils::rol32(1, value);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user