Merge branch 'master' of https://github.com/project64/project64
This commit is contained in:
commit
9c7f58d476
|
@ -258,7 +258,10 @@ void CSystemEvents::ExecuteEvents()
|
|||
}
|
||||
break;
|
||||
case SysEvent_ResetRecompilerCode:
|
||||
g_Recompiler->ResetRecompCode(true);
|
||||
if (g_Recompiler)
|
||||
{
|
||||
g_Recompiler->ResetRecompCode(true);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
g_Notify->BreakPoint(__FILE__, __LINE__);
|
||||
|
|
Loading…
Reference in New Issue