mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -04:00
[JVM Launch] Pre-load libfreetype.so and libfontmanager.so, maybe fix RLCraft crashes
This commit is contained in:
parent
682b506f60
commit
7b2eaeac94
@ -53,6 +53,8 @@ public class JREUtils
|
||||
dlopen(findInLdLibPath("libnio.so"));
|
||||
dlopen(findInLdLibPath("libawt.so"));
|
||||
dlopen(findInLdLibPath("libawt_headless.so"));
|
||||
dlopen(findInLdLibPath("libfreetype.so"));
|
||||
dlopen(findInLdLibPath("libfontmanager.so"));
|
||||
|
||||
dlopen(nativeLibDir + "/libopenal.so");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user