mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 13:24:20 +01:00
[util] Enable d3d11.longMad for Guild Wars 2
Fixes invisibility effect flicker when invariantPosition is enabled
This commit is contained in:
parent
611dc60018
commit
6b76d70d9d
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user