From 1999ca9dd4aa24e5bbbb8f0aab045b4eeb4f7f35 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sat, 10 Aug 2019 11:18:26 +0200 Subject: [PATCH] [util] Set d3d11.dcSingleUseMode=False for SteamVR perf test *Actually* fixes #1160. --- src/util/config/config.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 4b40c2cb467..2436889a52c 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -153,7 +153,11 @@ namespace dxvk { /* The Surge */ { "TheSurge.exe", {{ { "d3d11.allowMapFlagNoWait", "True" }, - }} } + }} }, + /* SteamVR performance test */ + { "vr.exe", {{ + { "d3d11.dcSingleUseMode", "False" }, + }} }, }};