mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -04:00
Update JREUtils.java
This commit is contained in:
parent
8df18b9565
commit
3e4ed45292
@ -210,12 +210,6 @@ public class JREUtils
|
||||
// Fix white color on banner and sheep, since GL4ES 1.1.5
|
||||
envMap.put("LIBGL_NORMALIZE", "1");
|
||||
|
||||
//gl4es testing stuff
|
||||
envMap.put("LIBGL_BLITFULLSCREEN", "1");
|
||||
envMap.put("LIBGL_BLITFB0", "1");
|
||||
envMap.put("LIBGL_FB", "3");
|
||||
envMap.put("LIBGL_NOTEXMAT", "1");
|
||||
|
||||
envMap.put("MESA_GLSL_CACHE_DIR", ctx.getCacheDir().getAbsolutePath());
|
||||
envMap.put("MESA_GL_VERSION_OVERRIDE", "4.6");
|
||||
envMap.put("MESA_GLSL_VERSION_OVERRIDE", "460");
|
||||
|
Loading…
x
Reference in New Issue
Block a user