[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:
Samuel Pitoiset 2020-06-09 14:15:14 +02:00 committed by Philip Rebohle
parent 68ae3f4376
commit 86c53bb9e6
1 changed files with 4 additions and 0 deletions

View File

@ -201,6 +201,10 @@ namespace dxvk {
{ R"(\\SecretWorldLegendsDX11\.exe$)", {{
{ "d3d11.constantBufferRangeCheck", "True" },
}} },
/* Stars End */
{ R"(\\Stars End\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */