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:
parent
20185a5309
commit
c1f665f92b
@ -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" },
|
||||
}} },
|
||||
|
||||
|
||||
/**********************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user