1
0
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:
Felix Klinge 2024-07-15 21:08:32 +02:00 committed by Philip Rebohle
parent af1ba1b205
commit b74725b264

View File

@ -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" },