Added config for James Cameron's Avatar (DX9)

This commit is contained in:
dosse91 2021-12-31 19:21:28 +01:00 committed by Philip Rebohle
parent 14f93d7d17
commit 55c4aba4d0
1 changed files with 4 additions and 0 deletions

View File

@ -491,6 +491,10 @@ namespace dxvk {
{ R"(\\BBCF\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
}} },
/* James Cameron's Avatar needs invariantPosition to fix black flickering vegetation */
{ R"(\\Avatar\.exe$)", {{
{ "d3d9.invariantPosition", "True" },
}} },
}};