1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 01:24:11 +01:00

[util] Set enableRtOutputNaNFixup for Observation

This commit is contained in:
Jason Bagavatsingham 2020-08-05 08:11:35 -04:00 committed by Philip Rebohle
parent d88b792447
commit 145d8225f4

View File

@ -225,6 +225,10 @@ namespace dxvk {
{ R"(\\Mafia3DefinitiveEdition\.exe$)", {{
{ "d3d11.invariantPosition", "True" },
}} },
/* Observation */
{ R"(\\Observation\.exe$)", {{
{ "d3d11.enableRtOutputNanFixup", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */