SPU: Implement channels 70, 71, add naming for channel 69 (#8932)

This commit is contained in:
Eladash 2020-09-19 15:08:35 +03:00 committed by GitHub
parent 9db97278f3
commit c436ef0c6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 6 deletions

View file

@ -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;
}