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:
parent
3caf5269f2
commit
499f15011f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user