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:
parent
785bc9738f
commit
ad3c316d0c
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user