Skip to content

Commit beac01d

Browse files
AniLeoelad335
authored andcommitted
SPU: Remove RCHCNT loop handling of SPU_WrOutIntrMbox
1 parent d7f8e25 commit beac01d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

rpcs3/Emu/Cell/SPULLVMRecompiler.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4357,11 +4357,6 @@ class spu_llvm_recompiler : public spu_recompiler_base, public cpu_translator
43574357
{
43584358
switch (op.ra)
43594359
{
4360-
case SPU_WrOutIntrMbox:
4361-
{
4362-
res.value = wait_rchcnt(::offset32(&spu_thread::ch_out_intr_mbox), true);
4363-
break;
4364-
}
43654360
case SPU_RdSigNotify1:
43664361
{
43674362
res.value = wait_rchcnt(::offset32(&spu_thread::ch_snr1));

0 commit comments

Comments
 (0)