1
0
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:
Blisto91 2024-06-02 00:57:19 +02:00 committed by Philip Rebohle
parent 79eea564fb
commit c2fd91f835

View File

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