mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-02 04:29:14 +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
@ -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…
x
Reference in New Issue
Block a user