浏览代码

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>
master
Kenneth Graunke 5 年前
父节点
当前提交
9fb45c5bbd
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      src/util/00-mesa-defaults.conf

+ 4
- 0
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>

正在加载...
取消
保存