Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
red-prig committed Jan 28, 2024
1 parent 4169fd3 commit 80e928c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/np/ps4_libscenpwebapi.pas
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function ps4_sceNpWebApi2CreateUserContext(libCtxId,m_userId:Integer):Integer; S
Result:=5;
end;

function ps4_sceNpWebApi2PushEventDeletePushContext():Integer; SysV_ABI_CDecl;
function ps4_sceNpWebApi2PushEventDeletePushContext(param_1:Integer;param_2:Pointer):Integer; SysV_ABI_CDecl;
begin
Result:=0;
end;
Expand Down Expand Up @@ -232,9 +232,9 @@ function ps4_sceNpWebApiRegisterExtdPushEventCallback(userCtxId,filterId:Integer
Result:=3;
end;

function ps4_sceNpWebApiCheckTimeout():Integer; SysV_ABI_CDecl;
procedure ps4_sceNpWebApiCheckTimeout(); SysV_ABI_CDecl;
begin
Result:=0;
//
end;

function ps4_sceNpWebApiDeleteContext(userCtxId:Integer):Integer; SysV_ABI_CDecl;
Expand Down

0 comments on commit 80e928c

Please sign in to comment.