From 51c6eb5cdb63882ab18f5a886219c36fc0217e7c Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 20 Sep 2019 00:48:17 +0200 Subject: [PATCH] [util] Enable FIFA 19 workaround for FIFA 20 as well Same procedure as every year. --- src/util/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 2f94ade9..6df8b705 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -81,7 +81,7 @@ namespace dxvk { }} }, /* Fifa '19: Binds typed buffer SRV to shader * * that expects raw/structured buffer SRV */ - { R"(\\FIFA19(_demo)?\.exe$)", {{ + { R"(\\FIFA(19|[2-9][0-9])(_demo)?\.exe$)", {{ { "dxvk.useRawSsbo", "True" }, }} }, /* Final Fantasy XIV: Fix random black blocks */