SPU MFC: Fix MFC_WrListStallAck on interpreters

This commit is contained in:
Eladash 2020-05-16 21:43:44 +03:00 committed by Ivan
parent 4405f46aec
commit 7c3166a0c6

View File

@ -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);