mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Enable longMad for Watch_Dogs 2 and Legion
Works around flickering on characters when a outline or highlight effect is showing.
This commit is contained in:
parent
bbe851f6a2
commit
fa5ce49675
1 changed files with 2 additions and 2 deletions
|
@ -447,8 +447,8 @@ namespace dxvk {
|
|||
{ R"(\\ghost\.exe$)", {{
|
||||
{ "d3d11.longMad", "True" },
|
||||
}} },
|
||||
/* Watch_Dogs - Some objects flicker without */
|
||||
{ R"(\\watch_dogs\.exe$)", {{
|
||||
/* Watch_Dogs series - Some objects flicker */
|
||||
{ R"(\\watch(_)?dogs(2|Legion)?\.exe$)", {{
|
||||
{ "d3d11.longMad", "True" },
|
||||
}} },
|
||||
/* Crysis 1/Warhead - Game bug in d3d10 makes *
|
||||
|
|
Loading…
Add table
Reference in a new issue