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 */