mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Prevent spamming the log too much on some games
This commit is contained in:
parent
c57d81cc3e
commit
2e9952cf6e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue