From 8d965359a59540c0590039303a8f6d848533175e Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:55:39 +0200 Subject: [PATCH] [util] Set longMad for Watch_Dogs Works around flickering on some objects such as the blue light arrow on lowering gates --- 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 ce03b4f0c..62745524a 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -447,6 +447,10 @@ namespace dxvk { { R"(\\ghost\.exe$)", {{ { "d3d11.longMad", "True" }, }} }, + /* Watch_Dogs - Some objects flicker without */ + { R"(\\watch_dogs\.exe$)", {{ + { "d3d11.longMad", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */