mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-08 02:21:31 -06:00
SPU: Remove RCHCNT loop handling of SPU_WrOutIntrMbox
This commit is contained in:
parent
d7f8e25cca
commit
beac01d5d1
@ -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));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user