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>master
@@ -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> |