Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
red-prig committed Jan 4, 2024
1 parent 34dd0fb commit 1e8b8e1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/ps4_libscevoice.pas
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ interface
reserved :WORD;
end;

pfloat=^float;
float=packed record
end;

implementation

function ps4_sceVoiceInit(pArg:pSceVoiceInitParam;
Expand Down Expand Up @@ -108,7 +104,7 @@ function ps4_sceVoiceReadFromOPort(ops:DWORD;data:Pointer;size:pDWORD):Integer;
Result:=0;
end;

function ps4_sceVoiceSetVolume(portId:DWORD;volume:float):Integer; SysV_ABI_CDecl;
function ps4_sceVoiceSetVolume(portId:DWORD;volume:Single):Integer; SysV_ABI_CDecl;
begin
Result:=0;
end;
Expand Down

0 comments on commit 1e8b8e1

Please sign in to comment.