mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12: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:
|
case SPU_RdSRR0:
|
||||||
{
|
{
|
||||||
out = srr0;
|
out = srr0;
|
||||||
break;
|
return true;
|
||||||
}
|
}
|
||||||
case SPU_RdInMbox:
|
case SPU_RdInMbox:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue