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

[util] Disable supportDFFormats for Prototype

Incorrect shadows on AMD & Intel
This commit is contained in:
Blisto91 2024-05-18 19:15:57 +02:00 committed by Robin Kertels
parent 20185a5309
commit c1f665f92b

View File

@ -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" },
}} },
/**********************************************/