mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-02 14:16:53 +00:00
Should be DEBUG_LOGs in the last change. Accidentally put WARN_LOGs.
This commit is contained in:
parent
3c2d1f5e5a
commit
d99d4de2b7
@ -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…
Reference in New Issue
Block a user