SPU: Remove RCHCNT loop handling of SPU_WrOutIntrMbox

This commit is contained in:
Ani 2026-04-07 13:35:20 +02:00 committed by Elad
parent d7f8e25cca
commit beac01d5d1

View File

@ -4357,11 +4357,6 @@ public:
{
switch (op.ra)
{
case SPU_WrOutIntrMbox:
{
res.value = wait_rchcnt(::offset32(&spu_thread::ch_out_intr_mbox), true);
break;
}
case SPU_RdSigNotify1:
{
res.value = wait_rchcnt(::offset32(&spu_thread::ch_snr1));