Skip to content

Commit

Permalink
[util] Enable depth rounding for ACB and SimCity
Browse files Browse the repository at this point in the history
  • Loading branch information
K0bin committed Jun 11, 2022
1 parent 58c325e commit 7210a7c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,15 @@ namespace dxvk {
{ R"(\\eoa\.exe$)", {{
{ "d3d9.customVendorId", "10de" },
}} },
/* Assassin's Creed Brotherhood has shadow acne issues
with the D24->D32 workaround. */
{ R"(\\(ACBSP|ACBMP)\.exe$)", {{
{ "d3d9.roundDepth", "true" },
}} },
/* SimCity has shadow issues with the D24->D32 workaround. */
{ R"(\\SimCity\.exe$)", {{
{ "d3d9.roundDepth", "true" },
}} },
}};


Expand Down

0 comments on commit 7210a7c

Please sign in to comment.