1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-27 13:54:16 +01:00

[util] Enable d3d9.memoryTrackTest for Kohan II

Closes: #2030
This commit is contained in:
Joshua Ashton 2021-04-30 18:49:39 +01:00
parent 525fd53bbc
commit 54d3ad1295
No known key found for this signature in database
GPG Key ID: C85A08669126BE8D

View File

@ -405,6 +405,10 @@ namespace dxvk {
{ R"(\\DST\.exe$)", {{
{ "d3d9.deferSurfaceCreation", "True" },
}} },
/* Kohan II */
{ R"(\\k2\.exe$)", {{
{ "d3d9.memoryTrackTest", "True" },
}} },
}};