1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-03 04:24:11 +01:00

[util] Set d3d11.dcSingleUseMode=False for SteamVR perf test

*Actually* fixes #1160.
This commit is contained in:
Philip Rebohle 2019-08-10 11:18:26 +02:00
parent 4cce07ccd9
commit 1999ca9dd4
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -153,7 +153,11 @@ namespace dxvk {
/* The Surge */
{ "TheSurge.exe", {{
{ "d3d11.allowMapFlagNoWait", "True" },
}} }
}} },
/* SteamVR performance test */
{ "vr.exe", {{
{ "d3d11.dcSingleUseMode", "False" },
}} },
}};