mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Load gl4es before lwjgl
This commit is contained in:
parent
2cf6d8c1d1
commit
b5782d5d4e
@ -17,6 +17,7 @@ public class JREUtils
|
||||
dlopen(Tools.homeJreDir + "/lib/libnio.so");
|
||||
dlopen(Tools.homeJreDir + "/lib/libawt.so");
|
||||
dlopen(Tools.homeJreDir + "/lib/libawt_headless.so");
|
||||
dlopen("libgl04es.so");
|
||||
}
|
||||
|
||||
public static File redirectStdio(boolean current) throws ErrnoException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user