From 3d401690cbfd9c196fc8cf1ff3575b613c1ba833 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:07:17 +0100 Subject: [PATCH] [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) --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index b50c194c8..1092dc197 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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 */