mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 16:02:26 +00:00
small fixes
This commit is contained in:
parent
bb830c95df
commit
649aec1f67
@ -1,3 +1,6 @@
|
|||||||
|
// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#include "net_ctl_codes.h"
|
#include "net_ctl_codes.h"
|
||||||
#include "net_ctl_obj.h"
|
#include "net_ctl_obj.h"
|
||||||
|
|
||||||
|
@ -503,7 +503,6 @@ int PS4_SYSV_ABI sceNetCtlApRpStop() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int PS4_SYSV_ABI sceNetCtlApRpUnregisterCallback() {
|
int PS4_SYSV_ABI sceNetCtlApRpUnregisterCallback() {
|
||||||
LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
|
|
||||||
LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
|
LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user