mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 13:55:03 -06:00
SPU: Allow writing to the WrSRR0 channel
This commit is contained in:
parent
5848864f55
commit
24e97b9e03
@ -1243,7 +1243,7 @@ bool SPUThread::set_ch_value(u32 ch, u32 value)
|
|||||||
case SPU_WrSRR0:
|
case SPU_WrSRR0:
|
||||||
{
|
{
|
||||||
srr0 = value;
|
srr0 = value;
|
||||||
break;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
case SPU_WrOutIntrMbox:
|
case SPU_WrOutIntrMbox:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user