1
0
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:
Samuel Pitoiset 2020-09-23 13:17:58 +02:00 committed by Philip Rebohle
parent c3fdc768cf
commit 3487685a79

View File

@ -238,6 +238,10 @@ namespace dxvk {
{ R"(\\MonsterHunterWorld\.exe$)", {{
{ "d3d11.apitraceMode", "True" },
}} },
/* The Dungeon of Maheulbeuk */
{ R"(\\Naheulbeuk\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */