mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
Added config for James Cameron's Avatar (DX9)
This commit is contained in:
parent
14f93d7d17
commit
55c4aba4d0
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user