1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-01 16:24:12 +01:00

[util] Unify Risen 1/2/3 app profiles

This commit is contained in:
Philip Rebohle 2020-01-25 12:05:47 +01:00
parent fdb2b972e9
commit c77a9e3bfe
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -202,17 +202,7 @@ namespace dxvk {
{ "d3d9.supportDFFormats", "False" },
}} },
/* Risen */
{ R"(\\Risen\.exe$)", {{
{ "d3d9.allowLockFlagReadonly", "False" },
{ "d3d9.invariantPosition", "True" },
}} },
/* Risen 2 */
{ R"(\\Risen2\.exe$)", {{
{ "d3d9.allowLockFlagReadonly", "False" },
{ "d3d9.invariantPosition", "True" },
}} },
/* Risen 3 */
{ R"(\\Risen3\.exe$)", {{
{ R"(\\Risen[23]?\.exe$)", {{
{ "d3d9.allowLockFlagReadonly", "False" },
{ "d3d9.invariantPosition", "True" },
}} },