Skip to content

Commit

Permalink
[util] Disable supportDFFormats for Prototype
Browse files Browse the repository at this point in the history
Incorrect shadows on AMD & Intel
  • Loading branch information
Blisto91 authored and K0bin committed May 18, 2024
1 parent 20185a5 commit c1f665f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
}} },


/**********************************************/
Expand Down

0 comments on commit c1f665f

Please sign in to comment.