[util] Enable allowMapFlagNoWait for Warhammer II

This commit is contained in:
Philip Rebohle 2019-09-18 12:17:16 +02:00
parent abf89356cd
commit 65428da3fe
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@ namespace dxvk {
{ R"(\\Control_DX11\.exe$)", {{
{ "d3d11.allowMapFlagNoWait", "True" }
}} },
/* Warhammer 2 */
{ R"(\\Warhammer2\.exe$)", {{
{ "d3d11.allowMapFlagNoWait", "True" }
}} },
}};