1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 10:24:10 +01:00

[util] Set enableRtOutputNaNFixup for Super Monkey and Yooka-Laylee

Both games output NaNs that introduce glitches with RADV and
AMDVLK.
This commit is contained in:
Samuel Pitoiset 2020-03-22 15:31:26 +01:00 committed by Philip Rebohle
parent 3104192af7
commit f6a79c366a

View File

@ -189,6 +189,14 @@ namespace dxvk {
{ R"(\\Subnautica\.exe$)", {{
{ "dxvk.enableOpenVR", "False" },
}} },
/* Super Monkey Ball: Banana Blitz HD */
{ R"(\\SMBBBHD\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/* Yooka-Laylee and the Impossible Lair */
{ R"(\\YLILWin64.exe\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */