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:
parent
c54eac7d61
commit
3b90f5a77f
@ -630,6 +630,10 @@ namespace dxvk {
|
||||
{ R"(\\SinEpisodes\.exe$)", {{
|
||||
{ "d3d9.memoryTrackTest", "True" },
|
||||
}} },
|
||||
/* Hammer World Editor */
|
||||
{ R"(\\(hammer(plusplus)?|mallet|wc)\.exe$)", {{
|
||||
{ "d3d9.apitraceMode", "True" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user