driconf: add a workaround for Captain Lycop: Invasion of the Heters
authorPaul Gofman <pgofman@codeweavers.com>
Fri, 11 Aug 2023 15:40:35 +0000 (09:40 -0600)
committerMarge Bot <emma+marge@anholt.net>
Tue, 15 Aug 2023 04:38:09 +0000 (04:38 +0000)
CC: mesa-stable
Tested-by: Timothy Arceri <tarceri@itsqueeze.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24639>

src/util/00-mesa-defaults.conf

index 5727549..37b34af 100644 (file)
@@ -411,6 +411,14 @@ TODO: document the other workarounds.
             <option name="allow_glsl_120_subset_in_110" value="true" />
         </application>
 
+        <application name="Captain Lycop: Invasion of the Heters (Wine)" executable="lycop.exe">
+            <option name="allow_glsl_120_subset_in_110" value="true" />
+        </application>
+
+        <application name="Captain Lycop: Invasion of the Heters" executable="lycop">
+            <option name="allow_glsl_120_subset_in_110" value="true" />
+        </application>
+
         <application name="BETA CAE Systems - GL detect tool" executable="detect_opengl_tool">
             <option name="mesa_extension_override" value="-GL_MESA_pack_invert -GL_MESA_framebuffer_flip_y -GL_MESA_window_pos" />
         </application>