1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-05 01:24:14 +01:00

[util] Enable apitrace mode for Hammer World Editor

This commit is contained in:
Joshua Ashton 2022-10-15 17:21:24 +01:00
parent c54eac7d61
commit 3b90f5a77f

View File

@ -630,6 +630,10 @@ namespace dxvk {
{ R"(\\SinEpisodes\.exe$)", {{
{ "d3d9.memoryTrackTest", "True" },
}} },
/* Hammer World Editor */
{ R"(\\(hammer(plusplus)?|mallet|wc)\.exe$)", {{
{ "d3d9.apitraceMode", "True" },
}} },
}};