diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 5b10ccf27..f292c5b91 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -318,7 +318,10 @@ namespace dxvk { { R"(\\Neptunia\.exe$)", {{ { "d3d9.forceAspectRatio", "16:9" }, }} }, - + /* D&D - The Temple Of Elemental Evil */ + { R"(\\ToEE\.exe$)", {{ + { "d3d9.allowDiscard", "False" }, + }} }, }};