Skip to content

Commit

Permalink
low priority to libSceAudio3d
Browse files Browse the repository at this point in the history
  • Loading branch information
red-prig committed Feb 2, 2024
1 parent 9e10d7c commit f8d9ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/audio/ps4_libsceaudio3d.pas
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ function Load_libSceAudio3d(Const name:RawByteString):TElf_node;
end;

initialization
ps4_app.RegistredPreLoad('libSceAudio3d.prx',@Load_libSceAudio3d);
//low priority
ps4_app.RegistredFinLoad('libSceAudio3d.prx',@Load_libSceAudio3d);

end.

0 comments on commit f8d9ad0

Please sign in to comment.