1
0
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:
Blisto91 2024-05-09 00:25:54 +02:00 committed by Philip Rebohle
parent 611dc60018
commit 6b76d70d9d

View File

@ -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 */