mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 13:24:20 +01:00
[util] Set longMad for Ghostbusters Remastered
Works around flickering on character faces
This commit is contained in:
parent
79eea564fb
commit
c2fd91f835
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user