Skip to content

Commit

Permalink
SPU: Allow writing to the WrSRR0 channel
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 authored and Nekotekina committed Jan 16, 2018
1 parent 5848864 commit 24e97b9
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 @@ -1243,7 +1243,7 @@ bool SPUThread::set_ch_value(u32 ch, u32 value)
case SPU_WrSRR0:
{
srr0 = value;
break;
return true;
}

case SPU_WrOutIntrMbox:
Expand Down

0 comments on commit 24e97b9

Please sign in to comment.