From ba41a5219ae69753b4c7106bed99d310a5b28e01 Mon Sep 17 00:00:00 2001 From: Florian Will Date: Tue, 11 Feb 2020 13:26:35 +0100 Subject: [PATCH] [util] Disable explicit frontbuffer for ZUSI 3 Fixes flickering when parts of the screen are not redrawn in a frame. Closes #1368 Merges #1437 --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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" }, + }} }, }};