From 55c4aba4d0e83d55f753e07c22193ab2cfaa87bb Mon Sep 17 00:00:00 2001 From: dosse91 Date: Fri, 31 Dec 2021 19:21:28 +0100 Subject: [PATCH] Added config for James Cameron's Avatar (DX9) --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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" }, + }} }, }};