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:
parent
4cce07ccd9
commit
1999ca9dd4
@ -153,7 +153,11 @@ namespace dxvk {
|
||||
/* The Surge */
|
||||
{ "TheSurge.exe", {{
|
||||
{ "d3d11.allowMapFlagNoWait", "True" },
|
||||
}} }
|
||||
}} },
|
||||
/* SteamVR performance test */
|
||||
{ "vr.exe", {{
|
||||
{ "d3d11.dcSingleUseMode", "False" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user