1
0
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:
Robin 2019-04-20 15:49:33 +02:00 committed by Philip Rebohle
parent 8e9e7963a2
commit 6a4fafba3d
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -150,6 +150,10 @@ namespace dxvk {
{ "NieRAutomata.exe", {{
{ "d3d11.constantBufferRangeCheck", "True" },
}} },
/* The Surge */
{ "TheSurge.exe", {{
{ "d3d11.allowMapFlagNoWait", "True" },
}} }
}};