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

[util] Enable memoryTrackTest for SiN Episodes Emergence

This commit is contained in:
Blisto91 2022-09-12 17:45:26 +02:00 committed by Philip Rebohle
parent eda366662c
commit e05e063df0

View File

@ -607,6 +607,10 @@ namespace dxvk {
{ R"(\\ship\.exe$)", {{
{ "d3d9.memoryTrackTest", "True" },
}} },
/* SiN Episodes Emergence */
{ R"(\\SinEpisodes\.exe$)", {{
{ "d3d9.memoryTrackTest", "True" },
}} },
}};