diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 25d730f8..be78b58f 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" }, + }} }, /**********************************************/