From 145d8225f4af9ee780f328f2a6ff8df16164e680 Mon Sep 17 00:00:00 2001 From: Jason Bagavatsingham Date: Wed, 5 Aug 2020 08:11:35 -0400 Subject: [PATCH] [util] Set enableRtOutputNaNFixup for Observation --- 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 46dceafb..92205e93 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -225,6 +225,10 @@ namespace dxvk { { R"(\\Mafia3DefinitiveEdition\.exe$)", {{ { "d3d11.invariantPosition", "True" }, }} }, + /* Observation */ + { R"(\\Observation\.exe$)", {{ + { "d3d11.enableRtOutputNanFixup", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */