mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-11 03:00:27 +01:00
SPU: Allow reading of the RdSRR0 channel
stupid bug
This commit is contained in:
parent
ec41483e9b
commit
5848864f55
|
|
@ -1108,7 +1108,7 @@ bool SPUThread::get_ch_value(u32 ch, u32& out)
|
|||
case SPU_RdSRR0:
|
||||
{
|
||||
out = srr0;
|
||||
break;
|
||||
return true;
|
||||
}
|
||||
case SPU_RdInMbox:
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue