mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12:00
SPU MFC: Fix MFC_WrListStallAck on interpreters
This commit is contained in:
parent
4405f46aec
commit
7c3166a0c6
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue