1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-05 01:24:14 +01:00

[util] Set Fallout 3 to Nvidia vendor id

This commit is contained in:
Blisto91 2022-11-05 00:14:24 +01:00 committed by Philip Rebohle
parent 892f676605
commit e1eec9b359

View File

@ -641,6 +641,10 @@ namespace dxvk {
{ R"(\\DAOrigins\.exe$)" , {{
{ "d3d9.allowDirectBufferMapping", "False" },
}} },
/* Fallout 3 - Doesn't like Intel Id */
{ R"(\\Fallout3\.exe$)", {{
{ "d3d9.customVendorId", "10de" },
}} }
}};