Skip to content

Commit

Permalink
[util] Set longMad for Ghostbusters Remastered
Browse files Browse the repository at this point in the history
Works around flickering on character faces
  • Loading branch information
Blisto91 authored and doitsujin committed Jun 2, 2024
1 parent 79eea56 commit c2fd91f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

2 comments on commit c2fd91f

@Tiagoquix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name may be too generic. Please consider adding folder-specific paths.

@Tiagoquix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.