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 ec6a6ff9b53..8be53a67b91 100644 --- a/src/mesa/drivers/dri/common/drirc +++ b/src/mesa/drivers/dri/common/drirc @@ -108,5 +108,9 @@ TODO: document the other workarounds. <application name="Worms W.M.D" executable="Worms W.M.Dx64"> <option name="allow_higher_compat_version" value="true" /> </application> + + <application name="Crookz - The Big Heist" executable="Crookz"> + <option name="allow_higher_compat_version" value="true" /> + </application> </device> </driconf> |