1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 10:24:12 +01:00

[util] Enable TGSM barrier workaround for F1 2018

Game has the same bug as F1 2019. Fixes #1897.
This commit is contained in:
Philip Rebohle 2021-01-15 13:15:01 +01:00
parent 3caf5269f2
commit 499f15011f
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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 */