1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 14:52:10 +01:00

[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.
This commit is contained in:
Blisto91 2024-06-17 22:40:39 +02:00 committed by Philip Rebohle
parent 22b13a94ca
commit d9994665a8

View File

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