diff options
author | vadym.shovkoplias <[email protected]> | 2018-08-06 15:52:13 +0300 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2018-08-09 13:13:20 +0300 |
commit | e0de26eacc93f431962533f50d57e58335843d6b (patch) | |
tree | 7b7f732009e8eaedd2f90eaf08b9d2201c90192c | |
parent | 03a5acec687454c7fe227b4bdd2db97d515f1af7 (diff) |
drirc: Allow extension midshader for Metro Redux
This fixes both Metro 2033 Redux and Metro Last Light Redux
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99730
Signed-off-by: Eero Tamminen <[email protected]>
Signed-off-by: Vadym Shovkoplias <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
-rw-r--r-- | src/util/drirc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/drirc b/src/util/drirc index 8ece875e34f..c4f9e060f3a 100644 --- a/src/util/drirc +++ b/src/util/drirc @@ -120,6 +120,10 @@ TODO: document the other workarounds. <option name="allow_glsl_extension_directive_midshader" value="true" /> </application> + <application name="Metro 2033 Redux / Metro Last Night Redux" executable="metro"> + <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> |