Skip to content

Commit

Permalink
SPU: Allow reading of the RdSRR0 channel
Browse files Browse the repository at this point in the history
stupid bug
  • Loading branch information
elad335 authored and Nekotekina committed Jan 16, 2018
1 parent ec41483 commit 5848864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpcs3/Emu/Cell/SPUThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ bool SPUThread::get_ch_value(u32 ch, u32& out)
case SPU_RdSRR0:
{
out = srr0;
break;
return true;
}
case SPU_RdInMbox:
{
Expand Down

0 comments on commit 5848864

Please sign in to comment.