mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-02 01:24:11 +01:00
[util] Enable allowMapFlagNoWait for Warhammer II
This commit is contained in:
parent
abf89356cd
commit
65428da3fe
@ -144,6 +144,10 @@ namespace dxvk {
|
||||
{ R"(\\Control_DX11\.exe$)", {{
|
||||
{ "d3d11.allowMapFlagNoWait", "True" }
|
||||
}} },
|
||||
/* Warhammer 2 */
|
||||
{ R"(\\Warhammer2\.exe$)", {{
|
||||
{ "d3d11.allowMapFlagNoWait", "True" }
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user