mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-10 02:30:07 +01: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:
|
||||
{
|
||||
value &= 0x1f;
|
||||
|
||||
// Reset stall status for specified tag
|
||||
const u32 tag_mask = utils::rol32(1, value);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue