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" }, + }} }, /**********************************************/