diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 847139b0e..bcb0f6533 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -124,6 +124,13 @@ namespace dxvk { { R"(\\vr\.exe$)", {{ { "d3d11.dcSingleUseMode", "False" }, }} }, + /* Overwatch * + * Broken for at least one user for unknown * + * reasons, seems to work for others. Just * + * disable DO_NOT_WAIT to be on the safe side */ + { R"(\\Overwatch\.exe$)", {{ + { "d3d11.allowMapFlagNoWait", "False" }, + }} }, }};