[util] Enable D3D11_MAP_FLAG_DO_NOT_WAIT for Anno 1800

Removes a sync point and almost doubles performance as a result.
This commit is contained in:
Philip Rebohle 2019-04-12 10:51:07 +02:00
parent fd9a938c7e
commit 2c0ddbd072
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
namespace dxvk {
const static std::unordered_map<std::string, Config> g_appDefaults = {{
/* Anno 1800 */
{ "Anno1800.exe", {{
{ "d3d11.allowMapFlagNoWait", "True" }
}} },
/* Assassin's Creed Syndicate: amdags issues */
{ "ACS.exe", {{
{ "dxgi.customVendorId", "10de" },