diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 8d9fa3a5e..961c74972 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -666,6 +666,11 @@ namespace dxvk { { R"(\\ASN_App_PcDx9_Final\.exe$)", {{ { "d3d9.apitraceMode", "True" }, }} }, + /* Black Mesa * + * Artifacts & broken flashlight on Intel */ + { R"(\\bms\.exe$)", {{ + { "d3d9.customVendorId", "10de" }, + }} }, }};