Skip to content

Commit

Permalink
Fix sceAudio3dGetDefaultOpenParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
red-prig committed Jan 10, 2024
1 parent 4689608 commit cbd359e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/ps4_libsceaudio3d.pas
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function ps4_sceAudio3dInitialize(iReserved:Int64):Integer; SysV_ABI_CDecl;
Result:=0;
end;

procedure ps4_sceAudio3dGetDefaultOpenParameters(const pParameters:pSceAudio3dOpenParameters);
procedure ps4_sceAudio3dGetDefaultOpenParameters(const pParameters:pSceAudio3dOpenParameters); SysV_ABI_CDecl;
begin
if (pParameters<>nil) then
begin
Expand Down

0 comments on commit cbd359e

Please sign in to comment.