[util] Enable apitrace mode for AoE2 Definitive Edition

Fixes #2491.
This commit is contained in:
Philip Rebohle 2022-02-11 18:15:46 +01:00
parent 939040b178
commit bc137fdf37
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 4 additions and 0 deletions

View File

@ -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 */