mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-01 16:24:12 +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$)", {{
|
{ R"(\\Subnautica\.exe$)", {{
|
||||||
{ "dxvk.enableOpenVR", "False" },
|
{ "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 */
|
/* D3D9 GAMES */
|
||||||
|
Loading…
Reference in New Issue
Block a user