summaryrefslogtreecommitdiffstats
path: root/src/util/00-mesa-defaults.conf
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2019-12-12 21:26:12 -0800
committerKenneth Graunke <[email protected]>2019-12-13 17:58:42 -0800
commit9fb45c5bbd11fa54c0777021a236114e414207f8 (patch)
tree146b7442709488122ea0a9feef931f1e9e057d4e /src/util/00-mesa-defaults.conf
parent7564c5fc6d79a2ddec49a19f67183fb3be799fe5 (diff)
drirc: Final Fantasy VIII: Remastered needs allow_higher_compat_version
This gets it running on i965 with Mesa master. (The game won't start without GL 3.3 compatibility, but uses 1.20 with GL_EXT_gpu_shader4 for shaders.) Reviewed-by: Marek Olšák <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3076> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3076>
Diffstat (limited to 'src/util/00-mesa-defaults.conf')
-rw-r--r--src/util/00-mesa-defaults.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 072c7370790..ffec8770823 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -185,6 +185,10 @@ TODO: document the other workarounds.
<option name="allow_higher_compat_version" value="true" />
</application>
+ <application name="Final Fantasy VIII: Remastered" executable="FFVIII.exe">
+ <option name="allow_higher_compat_version" value="true" />
+ </application>
+
<application name="The Culling" executable="Victory">
<option name="force_glsl_version" value="440" />
</application>