From 9eeaedeeb7f0479eeb21875bff39d0319b2d65e3 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 11 Jun 2021 01:59:56 +0200 Subject: [PATCH] [util] Remove FFXIV workaround Looks like whatever caused this in Mesa got fixed quite a while ago. --- src/util/config/config.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index d4d50de0..2073b177 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -68,10 +68,6 @@ namespace dxvk { { R"(\\FIFA(19|[2-9][0-9])(_demo)?\.exe$)", {{ { "dxvk.useRawSsbo", "True" }, }} }, - /* Final Fantasy XIV: Fix random black blocks */ - { R"(\\ffxiv_dx11\.exe$)", {{ - { "d3d11.enableRtOutputNanFixup", "True" }, - }} }, /* Resident Evil 2/3: Ignore WaW hazards */ { R"(\\re(2|3|3demo)\.exe$)", {{ { "d3d11.relaxedBarriers", "True" },