Skip to content

Commit

Permalink
[util] Enable d3d11.longMad for Guild Wars 2
Browse files Browse the repository at this point in the history
Fixes invisibility effect flicker when invariantPosition is enabled
  • Loading branch information
Blisto91 authored and doitsujin committed May 8, 2024
1 parent 611dc60 commit 6b76d70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,11 @@ namespace dxvk {
{ R"(\\rfg\.exe$)", {{
{ "d3d11.longMad", "True" },
}} },
/* Guild Wars 2 - Fixes invisibility effect *
* flicker when invariantPosition is enabled */
{ R"(\\Gw2-64\.exe$)", {{
{ "d3d11.longMad", "True" },
}} },

/**********************************************/
/* D3D9 GAMES */
Expand Down

0 comments on commit 6b76d70

Please sign in to comment.