From 499f15011fc89fc656e388ed43d819dc5da7a532 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 15 Jan 2021 13:15:01 +0100 Subject: [PATCH] [util] Enable TGSM barrier workaround for F1 2018 Game has the same bug as F1 2019. Fixes #1897. --- 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 03d58837..80691194 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -179,7 +179,7 @@ namespace dxvk { }} }, /* F1 2019 - does not synchronize TGSM access * * in a compute shader, causing artifacts */ - { R"(\\F1_2019\.exe$)", {{ + { R"(\\F1_201[89]\.exe$)", {{ { "d3d11.forceTgsmBarriers", "True" }, }} }, /* Subnautica */