diff options
author | Samuel Pitoiset <[email protected]> | 2017-02-14 16:18:25 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-02-15 16:15:54 +0100 |
commit | 34d587abc22e6f6a43c2887efd9832f487e33dc9 (patch) | |
tree | ac3d56ec7af97278ccd079ea45dff0b1e62eae48 /src/mesa/drivers | |
parent | 9d16f3903e2caddb7f674ca7ab7b1e96cfffbb2b (diff) |
drirc: add allow_higher_compat_version for Worms WMD
v2: s/force_compat_profile/allow_higher_compat_version
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Edmondo Tommasina <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
-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 20fd8123e41..ec6a6ff9b53 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -104,5 +104,9 @@ TODO: document the other workarounds. <application name="Divinity: Original Sin Enhanced Edition" executable="EoCApp"> <option name="allow_glsl_extension_directive_midshader" value="true" /> </application> + + <application name="Worms W.M.D" executable="Worms W.M.Dx64"> + <option name="allow_higher_compat_version" value="true" /> + </application> </device> </driconf> |