From c2fd91f835741d7f38a1b7af8b982935dfbad241 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sun, 2 Jun 2024 00:57:19 +0200 Subject: [PATCH] [util] Set longMad for Ghostbusters Remastered Works around flickering on character faces --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 1a4d75661..8ff66956b 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -438,6 +438,11 @@ namespace dxvk { { R"(\\Gw2-64\.exe$)", {{ { "d3d11.longMad", "True" }, }} }, + /* Ghostbusters: The Video Game Remastered * + * Flickering on character faces */ + { R"(\\ghost\.exe$)", {{ + { "d3d11.longMad", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */