mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
SPU MFC: Never clear tag status in WrTagUpdate
This commit is contained in:
parent
5d1fc546a8
commit
235d12aa6b
3 changed files with 10 additions and 6 deletions
|
@ -2817,7 +2817,6 @@ bool spu_thread::set_ch_value(u32 ch, u32 value)
|
|||
else
|
||||
{
|
||||
ch_tag_upd = value;
|
||||
ch_tag_stat.set_value(0, false);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue