mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Enable d3d11.allowMapFlagNoWait for Control
This commit is contained in:
parent
b8888ffe6a
commit
f57c021ab5
1 changed files with 4 additions and 0 deletions
|
@ -140,6 +140,10 @@ namespace dxvk {
|
|||
{ R"(\\vr\.exe$)", {{
|
||||
{ "d3d11.dcSingleUseMode", "False" },
|
||||
}} },
|
||||
/* Control */
|
||||
{ R"(\\Control_DX11\.exe$)", {{
|
||||
{ "d3d11.allowMapFlagNoWait", "True" }
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue