mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Add workaround to fix missing sun & light shafts in Beyond Good And Evil
This commit is contained in:
parent
593c6e3fe8
commit
03ac577577
@ -570,6 +570,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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user