Skip to content

Commit

Permalink
[util] Disable supportDFFormats for Gothic 3
Browse files Browse the repository at this point in the history
See #1367.
  • Loading branch information
doitsujin committed Jan 24, 2020
1 parent 38a0d2c commit 7469f5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,12 @@ namespace dxvk {
/* Gothic 3 */
{ R"(\\Gothic3\.exe$)", {{
{ "d3d9.allowLockFlagReadonly", "False" },
{ "d3d9.supportDFFormats", "False" },
}} },
/* Gothic 3 Forsaken Gods */
{ R"(\\Gothic III Forsaken Gods\.exe$)", {{
{ "d3d9.allowLockFlagReadonly", "False" },
{ "d3d9.supportDFFormats", "False" },
}} },
/* Risen */
{ R"(\\Risen\.exe$)", {{
Expand Down

0 comments on commit 7469f5d

Please sign in to comment.