mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-02 04:29:14 +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$)", {{
|
{ R"(\\Control_DX11\.exe$)", {{
|
||||||
{ "d3d11.allowMapFlagNoWait", "True" }
|
{ "d3d11.allowMapFlagNoWait", "True" }
|
||||||
}} },
|
}} },
|
||||||
|
/* Warhammer 2 */
|
||||||
|
{ R"(\\Warhammer2\.exe$)", {{
|
||||||
|
{ "d3d11.allowMapFlagNoWait", "True" }
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user