From 07876b0d0dde3f9d07c290a1bcce446b4f7e3635 Mon Sep 17 00:00:00 2001
From: alexytomi <60690056+alexytomi@users.noreply.github.com>
Date: Wed, 16 Jul 2025 08:06:57 +0800
Subject: [PATCH] fix(strings): Update Holy GL4ES string
Holy GL4ES breaks on 1.21.5 due to it using glFramebuffer extensively,
which GL4ES didn't like
1.21.6 doubles down on this by using UBOs which the target API of ES2.X
on GL4ES cannot easily handle, so this is likely the end of things for
GL4ES
---
app_pojavlauncher/src/main/res/values-en-rGB/strings.xml | 2 +-
app_pojavlauncher/src/main/res/values/strings.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app_pojavlauncher/src/main/res/values-en-rGB/strings.xml b/app_pojavlauncher/src/main/res/values-en-rGB/strings.xml
index 86db929bb..36dc2d752 100644
--- a/app_pojavlauncher/src/main/res/values-en-rGB/strings.xml
+++ b/app_pojavlauncher/src/main/res/values-en-rGB/strings.xml
@@ -46,7 +46,7 @@
JVM Launch arguments
Be careful, this may make game crash if modified without knowledge.
Renderer
- Holy GL4ES - (all versions, fast)
+ Holy GL4ES - (1.21.4< only, fast)
Zink (Vulkan) - (all versions, mid)
Release
Snapshot
diff --git a/app_pojavlauncher/src/main/res/values/strings.xml b/app_pojavlauncher/src/main/res/values/strings.xml
index 8ff87f43f..5b830b622 100644
--- a/app_pojavlauncher/src/main/res/values/strings.xml
+++ b/app_pojavlauncher/src/main/res/values/strings.xml
@@ -65,7 +65,7 @@
Extra Renderer Settings
Renderer specific settings
Renderer
- Holy GL4ES - (all versions, fast)
+ Holy GL4ES - (1.21.4< only, fast)
Zink (Vulkan) - (all versions, mid)
MobileGlues (OpenGL ES) - (1.17+ only, fast)
LTW (OpenGL ES 3) - 1.17+ only