mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
SPU: Remove RCHCNT loop handling of SPU_WrOutIntrMbox
This commit is contained in:
parent
d7f8e25cca
commit
beac01d5d1
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue