mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 04:29:15 +01:00
[util] Enable D3D11_MAP_FLAG_DO_NOT_WAIT for The Surge
This commit is contained in:
parent
8e9e7963a2
commit
6a4fafba3d
@ -150,6 +150,10 @@ namespace dxvk {
|
||||
{ "NieRAutomata.exe", {{
|
||||
{ "d3d11.constantBufferRangeCheck", "True" },
|
||||
}} },
|
||||
/* The Surge */
|
||||
{ "TheSurge.exe", {{
|
||||
{ "d3d11.allowMapFlagNoWait", "True" },
|
||||
}} }
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user