[util] Enable d3d11.enableRtOutputNanFixup for FFXIV

And disable strict division. The previous workaround broke radial blur.
This commit is contained in:
Philip Rebohle 2019-11-30 17:02:51 +01:00
parent 3b030d9569
commit 3230cec3f3
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ namespace dxvk {
}} },
/* Final Fantasy XIV: Fix random black blocks */
{ R"(\\ffxiv_dx11\.exe$)", {{
{ "d3d11.strictDivision", "True" },
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/* Resident Evil 2: Improve GPU performance */
{ R"(\\re2\.exe$)", {{