From 2a0f10e611739d7623403f9429cafd38674c19e4 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Thu, 13 Aug 2020 18:52:45 +0200 Subject: [PATCH] [util] Enable apitrace mode for Monster Hunter World --- 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 1f3f2f1e..f95beafa 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -234,6 +234,10 @@ namespace dxvk { { R"(\\darksiders1\.exe$)", {{ { "d3d11.apitraceMode", "True" }, }} }, + /* Monster Hunter World */ + { R"(\\MonsterHunterWorld\.exe$)", {{ + { "d3d11.apitraceMode", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */