diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 09eb1996e..7f4e7ae4a 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" },