mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Set Fallout 3 to Nvidia vendor id
This commit is contained in:
parent
892f676605
commit
e1eec9b359
1 changed files with 4 additions and 0 deletions
|
@ -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" },
|
||||
}} }
|
||||
}};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue