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 <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>
This commit is contained in:
Kenneth Graunke
2019-12-12 21:26:12 -08:00
parent 7564c5fc6d
commit 9fb45c5bbd
+4
View 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>