From bc137fdf37541e7bbbc11bcd436d091be91c545b Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 11 Feb 2022 18:15:46 +0100 Subject: [PATCH] [util] Enable apitrace mode for AoE2 Definitive Edition Fixes #2491. --- 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 8d9219da..a8398da0 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -252,6 +252,10 @@ namespace dxvk { { "d3d11.relaxedBarriers", "True" }, { "dxgi.nvapiHack", "False" }, }} }, + /* AoE 2 DE - runs poorly for some users */ + { R"(\\AoE2DE_s\.exe$)", {{ + { "d3d11.apitraceMode", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */