mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 22:24:13 +01:00
[util] Set enableRtOutputNaNFixup for Stars End
To fix output NaNs that introduce glitches with RADV. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
parent
68ae3f4376
commit
86c53bb9e6
@ -201,6 +201,10 @@ namespace dxvk {
|
||||
{ R"(\\SecretWorldLegendsDX11\.exe$)", {{
|
||||
{ "d3d11.constantBufferRangeCheck", "True" },
|
||||
}} },
|
||||
/* Stars End */
|
||||
{ R"(\\Stars End\.exe$)", {{
|
||||
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
Reference in New Issue
Block a user