mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Enable apitrace mode for Hammer World Editor
This commit is contained in:
parent
c54eac7d61
commit
3b90f5a77f
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue