Skip to content

Commit

Permalink
[util] Set d3d11.dcSingleUseMode=False for SteamVR perf test
Browse files Browse the repository at this point in the history
*Actually* fixes #1160.
  • Loading branch information
doitsujin committed Aug 10, 2019
1 parent 4cce07c commit 1999ca9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@ namespace dxvk {
/* The Surge */
{ "TheSurge.exe", {{
{ "d3d11.allowMapFlagNoWait", "True" },
}} }
}} },
/* SteamVR performance test */
{ "vr.exe", {{
{ "d3d11.dcSingleUseMode", "False" },
}} },
}};


Expand Down

0 comments on commit 1999ca9

Please sign in to comment.