1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[util] Enable apitrace mode for Monster Hunter World

This commit is contained in:
Philip Rebohle 2020-08-13 18:52:45 +02:00
parent 48777c8fcf
commit 2a0f10e611
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -234,6 +234,10 @@ namespace dxvk {
{ R"(\\darksiders1\.exe$)", {{
{ "d3d11.apitraceMode", "True" },
}} },
/* Monster Hunter World */
{ R"(\\MonsterHunterWorld\.exe$)", {{
{ "d3d11.apitraceMode", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */