drirc: Final Fantasy VIII: Remastered needs allow_higher_compat_version
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 13 Dec 2019 05:26:12 +0000 (21:26 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 14 Dec 2019 01:58:42 +0000 (17:58 -0800)
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 <marek.olsak@amd.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3076>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3076>

src/util/00-mesa-defaults.conf

index 072c73707909e932892f079a3490f5df5496b0cf..ffec877082398d1e08cb011898da2dd2f455fef5 100644 (file)
@@ -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>