Skip to content

Commit

Permalink
[util] Enable TGSM barrier workaround for F1 2018
Browse files Browse the repository at this point in the history
Game has the same bug as F1 2019. Fixes #1897.
  • Loading branch information
doitsujin committed Jan 15, 2021
1 parent 3caf526 commit 499f150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 499f150

Please sign in to comment.