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:
parent
3104192af7
commit
f6a79c366a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user