From 4251b7a59c0a59a55644e67d03d349c02914664c Mon Sep 17 00:00:00 2001 From: Rhys Perry Date: Mon, 28 Sep 2020 18:45:29 +0100 Subject: [PATCH] [util]: Set enableRtOutputNaNFixup for Art of Rally Fixes the (Windows) Art of Rally demo. See https://gitlab.freedesktop.org/mesa/mesa/-/issues/3562 Signed-off-by: Rhys Perry --- 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 da600f3aa..099c179ad 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -254,6 +254,10 @@ namespace dxvk { { R"(\\The Convenience Store Yakin Jiken\.exe$)", {{ { "d3d11.enableRtOutputNanFixup", "True" }, }} }, + /* Art of Rally */ + { R"(\\artofrally(_demo)?\.exe$)", {{ + { "d3d11.enableRtOutputNanFixup", "True" }, + }} }, /**********************************************/ /* D3D9 GAMES */