RSP: in Compile_Opcode_SSV cheat the op instead of generating an unknown opcode

This commit is contained in:
zilmar 2024-07-12 15:07:23 +09:30
parent 8c6856f1c8
commit 564926163c
1 changed files with 1 additions and 1 deletions

View File

@ -6858,7 +6858,7 @@ void Compile_Opcode_SSV(void)
if (RSPOpC.del > 14)
{
rsp_UnknownOpcode();
Cheat_r4300iOpcode(RSP_Opcode_SSV, "RSP_Opcode_SSV");
return;
}