mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[util] Enable apitrace mode for Monster Hunter World
This commit is contained in:
parent
48777c8fcf
commit
2a0f10e611
@ -234,6 +234,10 @@ namespace dxvk {
|
|||||||
{ R"(\\darksiders1\.exe$)", {{
|
{ R"(\\darksiders1\.exe$)", {{
|
||||||
{ "d3d11.apitraceMode", "True" },
|
{ "d3d11.apitraceMode", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Monster Hunter World */
|
||||||
|
{ R"(\\MonsterHunterWorld\.exe$)", {{
|
||||||
|
{ "d3d11.apitraceMode", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user