Skip to content

Commit

Permalink
[util] Add more exe names to Gothic 3 app profile
Browse files Browse the repository at this point in the history
Fixes #1372.
  • Loading branch information
doitsujin committed Jan 25, 2020
1 parent 9b48651 commit fdb2b97
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,7 @@ namespace dxvk {
{ "d3d9.lenientClear", "True" },
}} },
/* Gothic 3 */
{ R"(\\Gothic3\.exe$)", {{
{ "d3d9.allowLockFlagReadonly", "False" },
{ "d3d9.supportDFFormats", "False" },
}} },
/* Gothic 3 Forsaken Gods */
{ R"(\\Gothic III Forsaken Gods\.exe$)", {{
{ R"(\\Gothic(3|3Final| III Forsaken Gods)\.exe$)", {{
{ "d3d9.allowLockFlagReadonly", "False" },
{ "d3d9.supportDFFormats", "False" },
}} },
Expand Down

0 comments on commit fdb2b97

Please sign in to comment.