mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-02 04:29:14 +01:00
[util] Set enableRtOutputNaNFixup for The Dungeon of Naheulbeuk
Fixes rendering issues with RADV and AMDVLK (haven't tried -pro). Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
parent
c3fdc768cf
commit
3487685a79
@ -238,6 +238,10 @@ namespace dxvk {
|
||||
{ R"(\\MonsterHunterWorld\.exe$)", {{
|
||||
{ "d3d11.apitraceMode", "True" },
|
||||
}} },
|
||||
/* The Dungeon of Maheulbeuk */
|
||||
{ R"(\\Naheulbeuk\.exe$)", {{
|
||||
{ "d3d11.enableRtOutputNanFixup", "True" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D9 GAMES */
|
||||
|
Loading…
x
Reference in New Issue
Block a user