Prevent spamming the log too much on some games

This commit is contained in:
ANR2ME 2020-09-06 05:38:46 +07:00
parent c57d81cc3e
commit 2e9952cf6e

View file

@ -4708,7 +4708,7 @@ static int sceNetAdhocMatchingGetPoolMaxAlloc() {
}
int sceNetAdhocMatchingGetPoolStat(u32 poolstatPtr) {
WARN_LOG(SCENET, "UNTESTED sceNetAdhocMatchingGetPoolStat(%08x)", poolstatPtr);
DEBUG_LOG(SCENET, "UNTESTED sceNetAdhocMatchingGetPoolStat(%08x)", poolstatPtr);
if (!g_Config.bEnableWlan)
return -1;