mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
SPU: Implement channels 70, 71, add naming for channel 69 (#8932)
This commit is contained in:
parent
9db97278f3
commit
c436ef0c6f
4 changed files with 13 additions and 6 deletions
|
|
@ -2470,7 +2470,9 @@ void spu_recompiler::WRCH(spu_opcode_t op)
|
|||
// TODO
|
||||
break;
|
||||
}
|
||||
case 69:
|
||||
case SPU_Set_Bkmk_Tag:
|
||||
case SPU_PM_Start_Ev:
|
||||
case SPU_PM_Stop_Ev:
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue