mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-29 23:41:19 -06:00
remove module start/stop
This commit is contained in:
parent
3f7f9124ad
commit
4a67584ae8
@ -8,16 +8,6 @@
|
||||
|
||||
namespace Libraries::Rudp {
|
||||
|
||||
s32 PS4_SYSV_ABI module_start() {
|
||||
LOG_ERROR(Lib_Rudp, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
s32 PS4_SYSV_ABI module_stop() {
|
||||
LOG_ERROR(Lib_Rudp, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
||||
s32 PS4_SYSV_ABI sceRudpAccept() {
|
||||
LOG_ERROR(Lib_Rudp, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
|
||||
@ -11,8 +11,6 @@ class SymbolsResolver;
|
||||
|
||||
namespace Libraries::Rudp {
|
||||
|
||||
s32 PS4_SYSV_ABI module_start();
|
||||
s32 PS4_SYSV_ABI module_stop();
|
||||
s32 PS4_SYSV_ABI sceRudpAccept();
|
||||
s32 PS4_SYSV_ABI sceRudpActivate();
|
||||
s32 PS4_SYSV_ABI sceRudpBind();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user