mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Enable d3d11.allowMapFlagNoWait for Control
This commit is contained in:
parent
b8888ffe6a
commit
f57c021ab5
@ -140,6 +140,10 @@ namespace dxvk {
|
||||
{ R"(\\vr\.exe$)", {{
|
||||
{ "d3d11.dcSingleUseMode", "False" },
|
||||
}} },
|
||||
/* Control */
|
||||
{ R"(\\Control_DX11\.exe$)", {{
|
||||
{ "d3d11.allowMapFlagNoWait", "True" }
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user