Skip to content

Commit

Permalink
New[gl4es]: Update gl4es binaries and enable NOERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell committed Sep 27, 2023
1 parent 808d155 commit 0d43ef2
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ public static void setJavaEnvironment(Activity activity, String jreHome) throws
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");

Expand Down
Binary file modified app_pojavlauncher/src/main/jniLibs/arm64-v8a/libgl4es_114.so
Binary file not shown.
Binary file not shown.
Binary file modified app_pojavlauncher/src/main/jniLibs/x86/libgl4es_114.so
Binary file not shown.
Binary file modified app_pojavlauncher/src/main/jniLibs/x86_64/libgl4es_114.so
Binary file not shown.

0 comments on commit 0d43ef2

Please sign in to comment.