mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +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$)", {{
|
{ R"(\\BBCF\.exe$)", {{
|
||||||
{ "d3d9.floatEmulation", "Strict" },
|
{ "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