diff options
-rw-r--r-- | src/mesa/drivers/dri/common/drirc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/drirc b/src/mesa/drivers/dri/common/drirc index 9573a1a4947..494e9e15090 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -116,5 +116,9 @@ TODO: document the other workarounds. <application name="Tropico 5" executable="Tropico5"> <option name="allow_higher_compat_version" value="true" /> </application> + + <application name="The Culling" executable="Victory"> + <option name="force_glsl_version" value="440" /> + </application> </device> </driconf> |