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

[util] Also enable workaround for the "mod load exe" of ToEE

This commit is contained in:
Winter Snowfall 2022-10-23 17:16:48 +03:00 committed by Philip Rebohle
parent 6335f065c3
commit f84f992d44

View File

@ -402,7 +402,7 @@ namespace dxvk {
{ "d3d9.forceAspectRatio", "16:9" }, { "d3d9.forceAspectRatio", "16:9" },
}} }, }} },
/* D&D - The Temple Of Elemental Evil */ /* D&D - The Temple Of Elemental Evil */
{ R"(\\ToEE\.exe$)", {{ { R"(\\ToEE(a)?\.exe$)", {{
{ "d3d9.allowDiscard", "False" }, { "d3d9.allowDiscard", "False" },
}} }, }} },
/* ZUSI 3 - Aerosoft Edition */ /* ZUSI 3 - Aerosoft Edition */