Update JREUtils.java

This commit is contained in:
LegacyGamerHD 2021-07-23 18:48:24 +02:00 committed by GitHub
parent ee5348f3b3
commit 11093adada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,6 +200,12 @@ 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");