Report unimplemented but known HLE functions.

This commit is contained in:
Unknown W. Brackets 2013-05-18 17:36:53 -07:00
parent 47ffd3b14e
commit 0525906c70

View file

@ -470,7 +470,7 @@ void CallSyscall(u32 op)
}
else
{
ERROR_LOG(HLE,"Unimplemented HLE function %s", moduleDB[modulenum].funcTable[funcnum].name);
ERROR_LOG_REPORT(HLE, "Unimplemented HLE function %s", moduleDB[modulenum].funcTable[funcnum].name);
}
if (g_Config.bShowDebugStats)
{