Skip to content

Commit

Permalink
[util] Enable apitrace mode for Monster Hunter World
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsujin committed Aug 13, 2020
1 parent 48777c8 commit 2a0f10e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Expand Up @@ -234,6 +234,10 @@ namespace dxvk {
{ R"(\\darksiders1\.exe$)", {{
{ "d3d11.apitraceMode", "True" },
}} },
/* Monster Hunter World */
{ R"(\\MonsterHunterWorld\.exe$)", {{
{ "d3d11.apitraceMode", "True" },
}} },

/**********************************************/
/* D3D9 GAMES */
Expand Down

0 comments on commit 2a0f10e

Please sign in to comment.