SPU: Allow writing to the WrSRR0 channel

This commit is contained in:
elad 2018-01-15 15:18:13 +02:00 committed by Ivan
parent 5848864f55
commit 24e97b9e03

View file

@ -1243,7 +1243,7 @@ bool SPUThread::set_ch_value(u32 ch, u32 value)
case SPU_WrSRR0:
{
srr0 = value;
break;
return true;
}
case SPU_WrOutIntrMbox: