mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 01:27:00 +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:
|
||||
{
|
||||
value &= 0x1f;
|
||||
|
||||
// Reset stall status for specified tag
|
||||
const u32 tag_mask = utils::rol32(1, value);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user