mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Report unimplemented but known HLE functions.
This commit is contained in:
parent
47ffd3b14e
commit
0525906c70
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue