mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-02 13:29:14 +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 *
|
/* F1 2019 - does not synchronize TGSM access *
|
||||||
* in a compute shader, causing artifacts */
|
* in a compute shader, causing artifacts */
|
||||||
{ R"(\\F1_2019\.exe$)", {{
|
{ R"(\\F1_201[89]\.exe$)", {{
|
||||||
{ "d3d11.forceTgsmBarriers", "True" },
|
{ "d3d11.forceTgsmBarriers", "True" },
|
||||||
}} },
|
}} },
|
||||||
/* Subnautica */
|
/* Subnautica */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user