mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-03 07:29:14 +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$)", {{
|
{ R"(\\Gw2-64\.exe$)", {{
|
||||||
{ "d3d11.longMad", "True" },
|
{ "d3d11.longMad", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Ghostbusters: The Video Game Remastered *
|
||||||
|
* Flickering on character faces */
|
||||||
|
{ R"(\\ghost\.exe$)", {{
|
||||||
|
{ "d3d11.longMad", "True" },
|
||||||
|
}} },
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
/* D3D9 GAMES */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user