From 9c4a6ee950163c0075054d46faf4e8935d97da1f Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Tue, 5 Feb 2019 20:01:52 +0100 Subject: [PATCH] [utils] Enable strict division for Final Fantasy XIV Fixes #904. --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 532c50f0f..5131acc05 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -60,6 +60,10 @@ namespace dxvk { { "FIFA19.exe", {{ { "dxvk.useRawSsbo", "True" }, }} }, + /* Final Fantasy XIV: Fix random black blocks */ + { "ffxiv_dx11.exe", {{ + { "d3d11.strictDivision", "True" }, + }} }, /* Fifa '19 Demo */ { "FIFA19_demo.exe", {{ { "dxvk.useRawSsbo", "True" },