RSP: in Compile_Opcode_SSV cheat the op instead of generating an unknown opcode
This commit is contained in:
parent
8c6856f1c8
commit
564926163c
|
@ -6858,7 +6858,7 @@ void Compile_Opcode_SSV(void)
|
|||
|
||||
if (RSPOpC.del > 14)
|
||||
{
|
||||
rsp_UnknownOpcode();
|
||||
Cheat_r4300iOpcode(RSP_Opcode_SSV, "RSP_Opcode_SSV");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue