mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 01:12:33 +00:00
Clang pt 1
This commit is contained in:
parent
35b7ac24fe
commit
7625b36dc2
@ -472,7 +472,8 @@ int PS4_SYSV_ABI _ZN3sce2np10MemoryFileD2Ev() {
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI _ZN3sce2np12HttpTemplate19SetAuthInfoCallbackEPFii15SceHttpAuthTypePKcPcS5_iPPhPmPiPvESA_() {
|
||||
int PS4_SYSV_ABI
|
||||
_ZN3sce2np12HttpTemplate19SetAuthInfoCallbackEPFii15SceHttpAuthTypePKcPcS5_iPPhPmPiPvESA_() {
|
||||
LOG_ERROR(Lib_NpCommon, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
@ -1077,12 +1078,14 @@ int PS4_SYSV_ABI _ZN3sce2np3ipc10IpmiClientD2Ev() {
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI _ZN3sce2np3ipc13ServiceClientC1EPNS1_17ServiceIpmiClientEPKNS1_17ServiceClientInfoE() {
|
||||
int PS4_SYSV_ABI
|
||||
_ZN3sce2np3ipc13ServiceClientC1EPNS1_17ServiceIpmiClientEPKNS1_17ServiceClientInfoE() {
|
||||
LOG_ERROR(Lib_NpCommon, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI _ZN3sce2np3ipc13ServiceClientC2EPNS1_17ServiceIpmiClientEPKNS1_17ServiceClientInfoE() {
|
||||
int PS4_SYSV_ABI
|
||||
_ZN3sce2np3ipc13ServiceClientC2EPNS1_17ServiceIpmiClientEPKNS1_17ServiceClientInfoE() {
|
||||
LOG_ERROR(Lib_NpCommon, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
@ -1197,7 +1200,8 @@ int PS4_SYSV_ABI _ZN3sce2np3ipc17ServiceIpmiClient20AbortRequestForAsyncEii() {
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI _ZN3sce2np3ipc17ServiceIpmiClient20BeginRequestForAsyncEiiPN4IPMI6Client12EventNotifeeE() {
|
||||
int PS4_SYSV_ABI
|
||||
_ZN3sce2np3ipc17ServiceIpmiClient20BeginRequestForAsyncEiiPN4IPMI6Client12EventNotifeeE() {
|
||||
LOG_ERROR(Lib_NpCommon, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
@ -2147,7 +2151,8 @@ int PS4_SYSV_ABI _ZN3sce2np9HttpTrans4InitERKNS0_12HttpTemplateEPNS0_18HttpConne
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
int PS4_SYSV_ABI _ZN3sce2np9HttpTrans4InitERKNS0_12HttpTemplateEPNS0_18HttpConnectionPoolEiPKcS8_tS8_m() {
|
||||
int PS4_SYSV_ABI
|
||||
_ZN3sce2np9HttpTrans4InitERKNS0_12HttpTemplateEPNS0_18HttpConnectionPoolEiPKcS8_tS8_m() {
|
||||
LOG_ERROR(Lib_NpCommon, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user