mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
Add Batman Arkham Knight Custom Vendor ID to config to fix the game for Intel GPUs
This commit is contained in:
parent
af1ba1b205
commit
b74725b264
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ namespace dxvk {
|
|||
/* D3D11 GAMES */
|
||||
/**********************************************/
|
||||
|
||||
/* Batman Arkham Knight - doesn't like intel vendor id
|
||||
(refuses to boot if vendor isn't 0x10de or 0x1002) */
|
||||
{ R"(\\BatmanAK\.exe$)", {{
|
||||
{ "dxgi.customVendorId", "10de" },
|
||||
}} },
|
||||
/* Assassin's Creed Syndicate: amdags issues */
|
||||
{ R"(\\ACS\.exe$)", {{
|
||||
{ "dxgi.customVendorId", "10de" },
|
||||
|
|
Loading…
Add table
Reference in a new issue