mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-18 20:52:10 +01:00
[util] Enable d3d11.enableRtOutputNanFixup for FFXIV
And disable strict division. The previous workaround broke radial blur.
This commit is contained in:
parent
3b030d9569
commit
3230cec3f3
@ -74,7 +74,7 @@ namespace dxvk {
|
||||
}} },
|
||||
/* Final Fantasy XIV: Fix random black blocks */
|
||||
{ R"(\\ffxiv_dx11\.exe$)", {{
|
||||
{ "d3d11.strictDivision", "True" },
|
||||
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||
}} },
|
||||
/* Resident Evil 2: Improve GPU performance */
|
||||
{ R"(\\re2\.exe$)", {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user