mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14: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_obj.h"
|
||||
|
||||
|
|
|
@ -503,7 +503,6 @@ int PS4_SYSV_ABI sceNetCtlApRpStop() {
|
|||
}
|
||||
|
||||
int PS4_SYSV_ABI sceNetCtlApRpUnregisterCallback() {
|
||||
LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
|
||||
LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue