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