diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 5a56e2b7..2f94ade9 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -144,6 +144,10 @@ namespace dxvk { { R"(\\Control_DX11\.exe$)", {{ { "d3d11.allowMapFlagNoWait", "True" } }} }, + /* Warhammer 2 */ + { R"(\\Warhammer2\.exe$)", {{ + { "d3d11.allowMapFlagNoWait", "True" } + }} }, }};