mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 15:18:45 +00:00
small fixes
This commit is contained in:
parent
bb830c95df
commit
649aec1f67
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue