1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 19:24:10 +01:00

[util] Disable supportDFFormats for Gothic 3

See #1367.
This commit is contained in:
Philip Rebohle 2020-01-24 13:45:13 +01:00
parent 38a0d2c552
commit 7469f5d4a0
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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$)", {{