1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-21 04:54:15 +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 Philip Rebohle
parent 5f5c9a4cdd
commit 3d401690cb

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