1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 10:54:16 +01:00

[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

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" },