1
0
Fork 0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-06 20:58:37 +01:00

[util] Enable Strict floatEmulation for Max Payne 3

Visual issues such as white, black or rainbow colored objects and effect on some driver such as ANV (and amdvlk when set to true)
This commit is contained in:
Blisto91 2025-01-13 16:07:17 +01:00 committed by GitHub
parent 5f5c9a4cdd
commit 618b28d6ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1031,6 +1031,11 @@ namespace dxvk {
{ R"(\\(AH3LM|AALib)\.exe$)", {{
{ "d3d9.maxFrameRate", "60" },
}} },
/* May Payne 3 - Visual issues on some drivers *
* such as ANV (and amdvlk when set to True) */
{ R"(\\MaxPayne3\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },
}} },
/**********************************************/
/* D3D8 GAMES */