mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Turn log level to ERROR
This commit is contained in:
parent
9f165768c8
commit
9f6837a096
1 changed files with 4 additions and 4 deletions
|
@ -20,25 +20,25 @@
|
|||
|
||||
u32 sceGameUpdateInit()
|
||||
{
|
||||
DEBUG_LOG(HLE, "UNIMPL ceGameUpdateInit()");
|
||||
ERROR_LOG(HLE, "UNIMPL ceGameUpdateInit()");
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 sceGameUpdateTerm()
|
||||
{
|
||||
DEBUG_LOG(HLE, "UNIMPL sceGameUpdateTerm()");
|
||||
ERROR_LOG(HLE, "UNIMPL sceGameUpdateTerm()");
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 sceGameUpdateRun()
|
||||
{
|
||||
DEBUG_LOG(HLE, "UNIMPL sceGameUpdateRun()");
|
||||
ERROR_LOG(HLE, "UNIMPL sceGameUpdateRun()");
|
||||
return 0;
|
||||
}
|
||||
|
||||
u32 sceGameUpdateAbort()
|
||||
{
|
||||
DEBUG_LOG(HLE, "UNIMPL sceGameUpdateAbort()");
|
||||
ERROR_LOG(HLE, "UNIMPL sceGameUpdateAbort()");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue