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:
parent
22b13a94ca
commit
d9994665a8
@ -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" },
|
||||
}} },
|
||||
|
||||
|
||||
/**********************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user