[util] Add workaround to fix missing sun & light shafts in Beyond Good And Evil

This commit is contained in:
WinterSnowfall 2022-07-02 18:20:19 +03:00 committed by Philip Rebohle
parent 2f6306815e
commit 7ae6564e0d
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 5 additions and 0 deletions

View File

@ -565,6 +565,11 @@ namespace dxvk {
{ R"(\\eoa\.exe$)", {{
{ "d3d9.customVendorId", "10de" },
}} },
/* Beyond Good And Evil *
* Fixes missing sun and light shafts */
{ R"(\\BGE\.exe$)", {{
{ "d3d9.allowDoNotWait", "False" },
}} },
/* Supreme Commander & Forged Alliance Forever */
{ R"(\\(SupremeCommander|ForgedAlliance)\.exe$)", {{
{ "d3d9.floatEmulation", "Strict" },