From 3487685a797a88ee661a5de5758210b47066b036 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 23 Sep 2020 13:17:58 +0200 Subject: [PATCH] [util] Set enableRtOutputNaNFixup for The Dungeon of Naheulbeuk Fixes rendering issues with RADV and AMDVLK (haven't tried -pro). Signed-off-by: Samuel Pitoiset --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 5fe0f569..c5ab9378 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -238,6 +238,10 @@ namespace dxvk { { R"(\\MonsterHunterWorld\.exe$)", {{ { "d3d11.apitraceMode", "True" }, }} }, + /* The Dungeon of Maheulbeuk */ + { R"(\\Naheulbeuk\.exe$)", {{ + { "d3d11.enableRtOutputNanFixup", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */