From d9994665a85407af9107f9fa50667ac191597cad Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:40:39 +0200 Subject: [PATCH] [util] Set strict floatEmulation for New Vegas Fixes various visual issues with some effects in mods such as New Vegas Reloaded. White spots/shapes, black streaks across the screen (rain?) and probably more. --- 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 956430e8a..f4c1d9700 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -938,6 +938,11 @@ namespace dxvk { { R"(\\SWTFU\.exe$)", {{ { "d3d9.deviceLossOnFocusLoss", "True" }, }} }, + /* Fallout New Vegas - Various visual issues * + * with mods such as New Vegas Reloaded */ + { R"(\\FalloutNV\.exe$)", {{ + { "d3d9.floatEmulation", "Strict" }, + }} }, /**********************************************/