mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 15:17:02 -04:00
Need preload all
This commit is contained in:
parent
ad922f3521
commit
5e13025e6e
@ -31,7 +31,6 @@ public class JREUtils
|
|||||||
public static void initJavaRuntime() {
|
public static void initJavaRuntime() {
|
||||||
dlopen(findInLdLibPath("libjli.so"));
|
dlopen(findInLdLibPath("libjli.so"));
|
||||||
dlopen(findInLdLibPath("libjvm.so"));
|
dlopen(findInLdLibPath("libjvm.so"));
|
||||||
/*
|
|
||||||
dlopen(findInLdLibPath("libverify.so"));
|
dlopen(findInLdLibPath("libverify.so"));
|
||||||
dlopen(findInLdLibPath("libjava.so"));
|
dlopen(findInLdLibPath("libjava.so"));
|
||||||
// dlopen(findInLdLibPath("/lib/libjsig.so"));
|
// dlopen(findInLdLibPath("/lib/libjsig.so"));
|
||||||
@ -39,7 +38,6 @@ public class JREUtils
|
|||||||
dlopen(findInLdLibPath("libnio.so"));
|
dlopen(findInLdLibPath("libnio.so"));
|
||||||
dlopen(findInLdLibPath("libawt.so"));
|
dlopen(findInLdLibPath("libawt.so"));
|
||||||
dlopen(findInLdLibPath("libawt_headless.so"));
|
dlopen(findInLdLibPath("libawt_headless.so"));
|
||||||
*/
|
|
||||||
dlopen(nativeLibDir + "/libopenal.so");
|
dlopen(nativeLibDir + "/libopenal.so");
|
||||||
|
|
||||||
if (LauncherPreferences.PREF_CUSTOM_OPENGL_LIBNAME.equals("libgl04es.so")) {
|
if (LauncherPreferences.PREF_CUSTOM_OPENGL_LIBNAME.equals("libgl04es.so")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user