mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
SPU: Allow writing to the WrSRR0 channel
This commit is contained in:
parent
5848864f55
commit
24e97b9e03
1 changed files with 1 additions and 1 deletions
|
@ -1243,7 +1243,7 @@ bool SPUThread::set_ch_value(u32 ch, u32 value)
|
|||
case SPU_WrSRR0:
|
||||
{
|
||||
srr0 = value;
|
||||
break;
|
||||
return true;
|
||||
}
|
||||
|
||||
case SPU_WrOutIntrMbox:
|
||||
|
|
Loading…
Add table
Reference in a new issue