mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Updated Logs on sceNetAdhocDiscover to find more info on games that use AdhocDiscover.
This commit is contained in:
parent
8e9b0122a8
commit
e059bc980c
1 changed files with 3 additions and 3 deletions
|
@ -5950,7 +5950,7 @@ const HLEFunction sceNetAdhocctl[] = {
|
|||
};
|
||||
|
||||
int sceNetAdhocDiscoverInitStart() {
|
||||
ERROR_LOG(SCENET, "UNIMPL sceNetAdhocDiscoverInitStart()");
|
||||
ERROR_LOG_REPORT_ONCE(sceNetAdhocDiscoverInitStart, SCENET, "UNIMPL sceNetAdhocDiscoverInitStart() at %08x", currentMIPS->pc);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -5965,13 +5965,13 @@ int sceNetAdhocDiscoverTerm() {
|
|||
}
|
||||
|
||||
int sceNetAdhocDiscoverUpdate() {
|
||||
ERROR_LOG(SCENET, "UNIMPL sceNetAdhocDiscoverUpdate()");
|
||||
ERROR_LOG(SCENET, "UNIMPL sceNetAdhocDiscoverUpdate() at %08x", currentMIPS->pc);
|
||||
return 0;
|
||||
}
|
||||
|
||||
int sceNetAdhocDiscoverGetStatus() {
|
||||
ERROR_LOG(SCENET, "UNIMPL sceNetAdhocDiscoverGetStatus()");
|
||||
return 0;
|
||||
return 0; // returning 2 will trigger Legend Of The Dragon to call sceNetAdhocctlGetPeerList
|
||||
}
|
||||
|
||||
int sceNetAdhocDiscoverRequestSuspend()
|
||||
|
|
Loading…
Add table
Reference in a new issue