Skip to content

Commit 622474d

Browse files
committed
Update forge_early.cfg
1 parent bb884e3 commit 622474d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

overrides/config/forge_early.cfg

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ general {
2525
# - Integrated into Cleanroom so shouldn't load it from mods
2626
# - Too invasive or hacky that it is unpatchable
2727
# - Have a better replacement that compats e.g. JEID vs REID
28-
#
28+
#
2929
S:LOADING_PLUGIN_BLACKLIST <
3030
com.cleanroommc.configanytime.ConfigAnytimePlugin
3131
zone.rong.mixinbooter.MixinBooterPlugin
@@ -37,6 +37,7 @@ general {
3737
com.cleanroommc.relauncher.CleanroomEntrypoint
3838
>
3939
S:MIXIN_BOOTER_VERSION=10.7
40+
B:OPENGL_COMPAT_PROFILE=true
4041

4142
# Enable GL_KHR_no_error to use faster driver code, but which can cause memory corruption in case of OpenGL errors
4243
B:OPENGL_CONTEXT_NO_ERROR=false
@@ -49,6 +50,8 @@ general {
4950

5051
# Make the framebuffer use the sRGB color space
5152
B:OPENGL_SRGB_CONTEXT=false
53+
I:OPENGL_VERSION_MAJOR=4
54+
I:OPENGL_VERSION_MINOR=6
5255
B:RAW_INPUT=true
5356

5457
# Should exclusive fullscreen mode replaced with borderless fullscreen mode
@@ -73,3 +76,5 @@ general {
7376
}
7477

7578
}
79+
80+

0 commit comments

Comments
 (0)