Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
red-prig committed Apr 1, 2024
1 parent d7c6f63 commit 619eb55
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions src/ps4_libscecamera.pas
Original file line number Diff line number Diff line change
Expand Up @@ -183,20 +183,20 @@ interface

pSceCameraAttribute=^SceCameraAttribute;
SceCameraAttribute=packed record
sizeThis:DWORD;
channel:Integer;
framePosition:pSceCameraFramePosition;
exposureGain:pSceCameraExposureGain;
whiteBalance:pSceCameraWhiteBalance;
gamma:pSceCameraGamma;
saturation:DWORD;
contrast:DWORD;
sharpness:DWORD;
hue:Integer;
reserved1:DWORD;
reserved2:DWORD;
reserved3:DWORD;
reserved4:DWORD;
sizeThis :DWORD;
channel :Integer;
framePosition:SceCameraFramePosition;
exposureGain :SceCameraExposureGain;
whiteBalance :SceCameraWhiteBalance;
gamma :SceCameraGamma;
saturation :DWORD;
contrast :DWORD;
sharpness :DWORD;
hue :Integer;
reserved1 :DWORD;
reserved2 :DWORD;
reserved3 :DWORD;
reserved4 :DWORD;
end;

implementation
Expand Down
2 changes: 1 addition & 1 deletion src/ps4_libscedepth.pas
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function ps4_sceDepthInitialize(initParam:PSceDepthInitializeParameter;queryMem:
Result:=0;
end;

function ps4_sceDepthEnableExtendedMode():Integer; SysV_ABI_CDecl;
function ps4_sceDepthEnableExtendedMode(param1:DWORD):Integer; SysV_ABI_CDecl;
begin
Result:=0;
end;
Expand Down

0 comments on commit 619eb55

Please sign in to comment.