From c1f665f92be1b6bcd8ef53afbdbb684424cb4942 Mon Sep 17 00:00:00 2001 From: Blisto91 <47954800+Blisto91@users.noreply.github.com> Date: Sat, 18 May 2024 19:15:57 +0200 Subject: [PATCH] [util] Disable supportDFFormats for Prototype Incorrect shadows on AMD & Intel --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 25d730f82..be78b58f8 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -898,6 +898,11 @@ namespace dxvk { { R"(\\TS3(W)?\.exe$)", {{ { "d3d9.deviceLossOnFocusLoss", "True" }, }} }, + /* Prototype * + * Incorrect shadows on AMD & Intel */ + { R"(\\prototypef\.exe$)", {{ + { "d3d9.supportDFFormats", "False" }, + }} }, /**********************************************/