diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index da600f3a..099c179a 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 */