SPU: Allow reading of the RdSRR0 channel

stupid bug
This commit is contained in:
elad 2018-01-15 14:48:44 +02:00 committed by Ivan
parent ec41483e9b
commit 5848864f55
1 changed files with 1 additions and 1 deletions

View File

@ -1108,7 +1108,7 @@ bool SPUThread::get_ch_value(u32 ch, u32& out)
case SPU_RdSRR0:
{
out = srr0;
break;
return true;
}
case SPU_RdInMbox:
{