mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Enable TGSM barrier workaround for more F1 games
F1 2020 is reportedly broken as well.
This commit is contained in:
parent
742b52bbb5
commit
f869881f55
@ -177,9 +177,9 @@ namespace dxvk {
|
||||
{ R"(\\Entropia\.exe$)", {{
|
||||
{ "d3d11.invariantPosition", "True" },
|
||||
}} },
|
||||
/* F1 2019 - does not synchronize TGSM access *
|
||||
/* F1 games - do not synchronize TGSM access *
|
||||
* in a compute shader, causing artifacts */
|
||||
{ R"(\\F1_201[89]\.exe$)", {{
|
||||
{ R"(\\F1_20(1[89]|[2-9][0-9])\.exe$)", {{
|
||||
{ "d3d11.forceTgsmBarriers", "True" },
|
||||
}} },
|
||||
/* Subnautica */
|
||||
|
Loading…
x
Reference in New Issue
Block a user