mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-12 14:16:58 -04:00
Set some Regal environment variables
This commit is contained in:
parent
b78d05f664
commit
04cf84dd64
@ -48,7 +48,12 @@ public class JREUtils
|
||||
setEnvironment("MESA_GLSL_CACHE_DIR", ctx.getCacheDir().getAbsolutePath());
|
||||
setEnvironment("LD_LIBRARY_PATH", ldLibraryPath);
|
||||
setEnvironment("PATH", Tools.homeJreDir + "/bin:" + Os.getenv("PATH"));
|
||||
|
||||
|
||||
setEnvironment("REGAL_GL_VENDOR", "Android");
|
||||
setEnvironment("REGAL_GL_RENDERER", "Regal");
|
||||
setEnvironment("REGAL_GL_VERSION", "4.5");
|
||||
// REGAL_GL_EXTENSIONS
|
||||
|
||||
setLdLibraryPath(ldLibraryPath);
|
||||
|
||||
// return ldLibraryPath;
|
||||
|
Loading…
x
Reference in New Issue
Block a user