File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments