From 03ac5775779cfc8e39d392f0cd3de9bd64305eb9 Mon Sep 17 00:00:00 2001 From: WinterSnowfall Date: Sat, 2 Jul 2022 18:20:19 +0300 Subject: [PATCH] [util] Add workaround to fix missing sun & light shafts in Beyond Good And Evil --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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" },