From 2c0ddbd07206d27f8c0ab8fb0cae376ae607249e Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 12 Apr 2019 10:51:07 +0200 Subject: [PATCH] [util] Enable D3D11_MAP_FLAG_DO_NOT_WAIT for Anno 1800 Removes a sync point and almost doubles performance as a result. --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index c8ed8e803..8934d383d 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -11,6 +11,10 @@ namespace dxvk { const static std::unordered_map g_appDefaults = {{ + /* Anno 1800 */ + { "Anno1800.exe", {{ + { "d3d11.allowMapFlagNoWait", "True" } + }} }, /* Assassin's Creed Syndicate: amdags issues */ { "ACS.exe", {{ { "dxgi.customVendorId", "10de" },