mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 06:39:54 -04:00
Set some Regal environment variables
This commit is contained in:
parent
b78d05f664
commit
04cf84dd64
@ -49,6 +49,11 @@ public class JREUtils
|
|||||||
setEnvironment("LD_LIBRARY_PATH", ldLibraryPath);
|
setEnvironment("LD_LIBRARY_PATH", ldLibraryPath);
|
||||||
setEnvironment("PATH", Tools.homeJreDir + "/bin:" + Os.getenv("PATH"));
|
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);
|
setLdLibraryPath(ldLibraryPath);
|
||||||
|
|
||||||
// return ldLibraryPath;
|
// return ldLibraryPath;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user