mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 18:15:14 +00:00
Stub sceNetCtlGetInfoV6
This commit is contained in:
parent
1c73485ef9
commit
4baa6c4b0b
@ -70,8 +70,8 @@ int PS4_SYSV_ABI sceNetBweUnregisterCallbackIpcInt() {
|
|||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceNetCtlGetInfoV6() {
|
int PS4_SYSV_ABI sceNetCtlGetInfoV6(int code, void* param) {
|
||||||
LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
|
LOG_ERROR(Lib_NetCtl, "(STUBBED) called, code = {}", code);
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ int PS4_SYSV_ABI sceNetBweSetInternetConnectionTestResultIpcInt();
|
|||||||
int PS4_SYSV_ABI sceNetBweStartInternetConnectionTestBandwidthTestIpcInt();
|
int PS4_SYSV_ABI sceNetBweStartInternetConnectionTestBandwidthTestIpcInt();
|
||||||
int PS4_SYSV_ABI sceNetBweStartInternetConnectionTestIpcInt();
|
int PS4_SYSV_ABI sceNetBweStartInternetConnectionTestIpcInt();
|
||||||
int PS4_SYSV_ABI sceNetBweUnregisterCallbackIpcInt();
|
int PS4_SYSV_ABI sceNetBweUnregisterCallbackIpcInt();
|
||||||
int PS4_SYSV_ABI sceNetCtlGetInfoV6();
|
int PS4_SYSV_ABI sceNetCtlGetInfoV6(int code, void* param);
|
||||||
int PS4_SYSV_ABI sceNetCtlGetResultV6();
|
int PS4_SYSV_ABI sceNetCtlGetResultV6();
|
||||||
int PS4_SYSV_ABI sceNetCtlGetStateV6();
|
int PS4_SYSV_ABI sceNetCtlGetStateV6();
|
||||||
int PS4_SYSV_ABI sceNetCtlRegisterCallbackV6();
|
int PS4_SYSV_ABI sceNetCtlRegisterCallbackV6();
|
||||||
|
Loading…
Reference in New Issue
Block a user