diff --git a/Source/Plugins/Plugin_DSP_LLE-testing/Src/DSPInterpreter.cpp b/Source/Plugins/Plugin_DSP_LLE-testing/Src/DSPInterpreter.cpp index 80128e6096..fe16c5966e 100644 --- a/Source/Plugins/Plugin_DSP_LLE-testing/Src/DSPInterpreter.cpp +++ b/Source/Plugins/Plugin_DSP_LLE-testing/Src/DSPInterpreter.cpp @@ -178,8 +178,7 @@ bool CheckCondition(u8 _Condition) void unknown(const UDSPInstruction& opc) { //_assert_msg_(MASTER_LOG, !g_dsp.exception_in_progress_hack, "assert while exception"); - PanicAlert("Unimplemented instruction %d", opc.hex); - ERROR_LOG(DSPHLE, "unknown opcode %d", opc.hex); + ERROR_LOG(DSPHLE, "LLE: Unrecognized opcode %d", opc.hex); //g_dsp.pc = g_dsp.err_pc; }