This commit is contained in:
Pavel 2022-09-05 16:28:53 +03:00
parent 0959c31248
commit 80d3bf043b

View File

@ -454,7 +454,6 @@ end;
function ps4_sceAudioOutSetMixLevelPadSpk(handle,mixLevel:Integer):Integer; SysV_ABI_CDecl;
Var
H:TAudioOutHandle;
i:Integer;
begin
if (HAudioOuts=nil) then Exit(SCE_AUDIO_OUT_ERROR_NOT_INIT);