small fixes

This commit is contained in:
georgemoralis 2024-09-08 20:20:46 +03:00
parent bb830c95df
commit 649aec1f67
2 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -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;
}