1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-15 07:29:17 +01:00

[util] Enable memory track test for Dragon Nest

This commit is contained in:
Robin Kertels 2021-04-04 13:32:59 +02:00 committed by Joshie
parent a690210eae
commit 8e352d0260

View File

@ -386,6 +386,10 @@ namespace dxvk {
{ "d3d9.allowImplicitDiscard", "False" }, { "d3d9.allowImplicitDiscard", "False" },
{ "d3d9.customVendorId", "1002" }, { "d3d9.customVendorId", "1002" },
}} }, }} },
/* Dragon Nest */
{ R"(\\DragonNest_x64\.exe$)", {{
{ "d3d9.memoryTrackTest ", "True" },
}} },
}}; }};