driconf: add a workaround for Captain Lycop: Invasion of the Heters

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>
(cherry picked from commit 6a2a36d7dd)
This commit is contained in:
Paul Gofman 2023-08-11 09:40:35 -06:00 committed by Eric Engestrom
parent b761892f43
commit 7c1b0cb73e
2 changed files with 9 additions and 1 deletions

View file

@ -643,7 +643,7 @@
"description": "driconf: add a workaround for Captain Lycop: Invasion of the Heters",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},

View 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>