mirror of
https://github.com/red-prig/fpPS4.git
synced 2024-11-27 00:20:36 +00:00
Fix sceAudio3dGetDefaultOpenParameters
This commit is contained in:
parent
4689608a0b
commit
cbd359ef8c
@ -66,7 +66,7 @@ begin
|
||||
Result:=0;
|
||||
end;
|
||||
|
||||
procedure ps4_sceAudio3dGetDefaultOpenParameters(const pParameters:pSceAudio3dOpenParameters);
|
||||
procedure ps4_sceAudio3dGetDefaultOpenParameters(const pParameters:pSceAudio3dOpenParameters); SysV_ABI_CDecl;
|
||||
begin
|
||||
if (pParameters<>nil) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user