1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 11:52:12 +01:00

[d3d11] Disable DO_NOT_WAIT for Overwatch

Because of course this game breaks for some people with it enabled.
This commit is contained in:
Philip Rebohle 2019-09-21 01:44:38 +02:00
parent 7514aa1ec8
commit 71e74f1810
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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" },
}} },
}};