diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 462e3ef2..c81d32ca 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" }, + }} }, }};