Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
red-prig committed Apr 2, 2024
1 parent 0fd10e4 commit 380990e
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 @@ -279,8 +279,8 @@ function ps4_sceNpWebApiDeleteContext(userCtxId:Integer):Integer; SysV_ABI_CDecl

pSceNpWebApi2PushEventFilterParameter=^SceNpWebApi2PushEventFilterParameter;
SceNpWebApi2PushEventFilterParameter=packed record
dataType:pSceNpWebApi2ExtdPushEventExtdDataKey;
pExtdDataKey:Pointer;
dataType :SceNpWebApi2ExtdPushEventExtdDataKey;
pExtdDataKey :Pointer;
extdDataKeyNum:QWORD;
end;

Expand Down Expand Up @@ -350,7 +350,7 @@ function ps4_sceNpWebApi2PushEventCreateFilter(libCtxId:Integer;
filterParamNum:QWORD):Integer; SysV_ABI_CDecl;
begin
Result:=0;
end;
end;

function ps4_sceNpWebApi2PushEventRegisterCallback(libCtxId:Integer;
cbFunc:Pointer;
Expand Down

0 comments on commit 380990e

Please sign in to comment.