1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[util] Add more exe names to Gothic 3 app profile

Fixes #1372.
This commit is contained in:
Philip Rebohle 2020-01-25 12:04:24 +01:00
parent 9b486515fa
commit fdb2b972e9
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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" },
}} },