mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
shame
This commit is contained in:
parent
09d92e2103
commit
51ea8feaab
@ -11,8 +11,6 @@ namespace Libraries::CompanionUtil {
|
|||||||
|
|
||||||
u32 PS4_SYSV_ABI getEvent(sceCompanionUtilContext* ctx, sceCompanionUtilEvent* outEvent,
|
u32 PS4_SYSV_ABI getEvent(sceCompanionUtilContext* ctx, sceCompanionUtilEvent* outEvent,
|
||||||
s32 param_3) {
|
s32 param_3) {
|
||||||
u32 return_var;
|
|
||||||
|
|
||||||
if (outEvent == 0) {
|
if (outEvent == 0) {
|
||||||
return ORBIS_COMPANION_UTIL_INVALID_ARGUMENT;
|
return ORBIS_COMPANION_UTIL_INVALID_ARGUMENT;
|
||||||
}
|
}
|
||||||
@ -28,7 +26,6 @@ u32 PS4_SYSV_ABI getEvent(sceCompanionUtilContext* ctx, sceCompanionUtilEvent* o
|
|||||||
}
|
}
|
||||||
|
|
||||||
return ORBIS_COMPANION_UTIL_OK;
|
return ORBIS_COMPANION_UTIL_OK;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
s32 PS4_SYSV_ABI sceCompanionUtilGetEvent(sceCompanionUtilEvent* outEvent) {
|
s32 PS4_SYSV_ABI sceCompanionUtilGetEvent(sceCompanionUtilEvent* outEvent) {
|
||||||
|
Loading…
Reference in New Issue
Block a user