Skip to content

Commit

Permalink
[util] Enable Strict floatEmulation for Max Payne 3
Browse files Browse the repository at this point in the history
Visual issues such as white, black or rainbow colored objects and effect on some driver such as ANV (and amdvlk when set to true)
  • Loading branch information
Blisto91 authored and doitsujin committed Jan 13, 2025
1 parent 5f5c9a4 commit 3d40169
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3d40169

Please sign in to comment.