mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Should be DEBUG_LOGs in the last change. Accidentally put WARN_LOGs.
This commit is contained in:
parent
3c2d1f5e5a
commit
d99d4de2b7
1 changed files with 2 additions and 2 deletions
|
@ -683,7 +683,7 @@ int scePsmfPlayerSetPsmf(u32 psmfPlayer, const char *filename)
|
|||
}
|
||||
else
|
||||
{
|
||||
WARN_LOG(HLE, "psmfplayer null in scePsmfPlayerSetPsmf");
|
||||
DEBUG_LOG(HLE, "psmfplayer null in scePsmfPlayerSetPsmf");
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
@ -702,7 +702,7 @@ int scePsmfPlayerSetPsmfCB(u32 psmfPlayer, const char *filename)
|
|||
}
|
||||
else
|
||||
{
|
||||
WARN_LOG(HLE, "psmfplayer null in scePsmfPlayerSetPsmfCB");
|
||||
DEBUG_LOG(HLE, "psmfplayer null in scePsmfPlayerSetPsmfCB");
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue