Skip to content

Commit

Permalink
[util] Enable d3d11.allowMapFlagNoWait for Control
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed Sep 8, 2019
1 parent b8888ff commit f57c021
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ namespace dxvk {
{ R"(\\vr\.exe$)", {{
{ "d3d11.dcSingleUseMode", "False" },
}} },
/* Control */
{ R"(\\Control_DX11\.exe$)", {{
{ "d3d11.allowMapFlagNoWait", "True" }
}} },
}};


Expand Down

0 comments on commit f57c021

Please sign in to comment.