aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util/00-mesa-defaults.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index de1ef3d7131..072c7370790 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -177,7 +177,15 @@ TODO: document the other workarounds.
<option name="allow_higher_compat_version" value="true" />
</application>
- <application name="The Culling" executable="Victory">
+ <application name="Faster than Light (32-bit)" executable="FTL.x86">
+ <option name="allow_higher_compat_version" value="true" />
+ </application>
+
+ <application name="Faster than Light (64-bit)" executable="FTL.amd64">
+ <option name="allow_higher_compat_version" value="true" />
+ </application>
+
+ <application name="The Culling" executable="Victory">
<option name="force_glsl_version" value="440" />
</application>