mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
New[gl4es]: Update gl4es binaries and enable NOERROR
This commit is contained in:
parent
808d1551e3
commit
0d43ef2499
@ -177,6 +177,9 @@ public class JREUtils {
|
||||
envMap.put("TMPDIR", Tools.DIR_CACHE.getAbsolutePath());
|
||||
envMap.put("LIBGL_MIPMAP", "3");
|
||||
|
||||
// Prevent OptiFine (and other error-reporting stuff in Minecraft) from balooning the log
|
||||
envMap.put("LIBGL_NOERROR", "1");
|
||||
|
||||
// On certain GLES drivers, overloading default functions shader hack fails, so disable it
|
||||
envMap.put("LIBGL_NOINTOVLHACK", "1");
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user