diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index f292c5b9..c5b76425 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -322,6 +322,10 @@ namespace dxvk { { R"(\\ToEE\.exe$)", {{ { "d3d9.allowDiscard", "False" }, }} }, + /* ZUSI 3 - Aerosoft Edition */ + { R"(\\ZusiSim\.exe$)", {{ + { "d3d9.noExplicitFrontBuffer", "True" }, + }} }, }};