SPU MFC: Never clear tag status in WrTagUpdate

This commit is contained in:
Eladash 2020-07-02 18:10:43 +03:00 committed by Ivan
parent 5d1fc546a8
commit 235d12aa6b
3 changed files with 10 additions and 6 deletions

View file

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