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 */