1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-13 19:29:14 +01:00

[util] Set Black Mesa customVendorId to Nvidia

This commit is contained in:
Blisto91 2022-11-16 08:10:38 +01:00 committed by Robin Kertels
parent 785bc9738f
commit ad3c316d0c

View File

@ -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" },
}} },
}};