[utils] Enable strict division for Final Fantasy XIV

Fixes #904.
This commit is contained in:
Philip Rebohle 2019-02-05 20:01:52 +01:00
parent c0b325b483
commit 9c4a6ee950
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -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" },