mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
SPU: Allow reading of the RdSRR0 channel
stupid bug
This commit is contained in:
parent
ec41483e9b
commit
5848864f55
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue