1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-02 04:29:14 +01:00

[util] Add config for Dark Messiah of Might & Magic

Same problem as other early Source titles, infinitely makes resources at startup to measute VRAM.
This commit is contained in:
Joshua Ashton 2021-01-30 04:36:26 +00:00
parent 01a511aa99
commit 9bee3e1cb9
No known key found for this signature in database
GPG Key ID: C85A08669126BE8D

View File

@ -366,6 +366,11 @@ namespace dxvk {
{ R"(\\eqgame\.exe$)", {{
{ "d3d9.apitraceMode", "True" },
}} },
/* Dark Messiah of Might & Magic */
{ R"(\\mm\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
{ "d3d9.memoryTrackTest", "True" },
}} },
}};