mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-14 17:59:38 -06:00
Games now boot with LLE-testing
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2846 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -168,6 +168,7 @@ void unknown(const UDSPInstruction& opc)
|
||||
{
|
||||
//_assert_msg_(MASTER_LOG, !g_dsp.exception_in_progress_hack, "assert while exception");
|
||||
ERROR_LOG(DSPHLE, "LLE: Unrecognized opcode 0x%04x", opc.hex);
|
||||
/*PanicAlert("LLE: Unrecognized opcode 0x%04x", opc.hex);*/
|
||||
//g_dsp.pc = g_dsp.err_pc;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user