From 994176923728d059a8fef9f1db098e0686aa4f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 20 Sep 2019 16:20:26 +0200 Subject: [PATCH] [util] Update comment for FIFA 19+ workaround (#1197) --- 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 da1386ddc..847139b0e 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -67,7 +67,7 @@ namespace dxvk { { R"(\\anno2205\.exe$)", {{ { "dxvk.enableStateCache", "False" }, }} }, - /* Fifa '19: Binds typed buffer SRV to shader * + /* Fifa '19+: Binds typed buffer SRV to shader * * that expects raw/structured buffer SRV */ { R"(\\FIFA(19|[2-9][0-9])(_demo)?\.exe$)", {{ { "dxvk.useRawSsbo", "True" },