changed dxgi.customVendorId to dxgi.hideIntelGpu for Batman Arkham Knight

This commit is contained in:
Felix Klinge 2024-07-16 14:47:59 +02:00 committed by Philip Rebohle
parent b74725b264
commit 2a2d51e049

View file

@ -58,7 +58,7 @@ namespace dxvk {
/* 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" },
{ "dxgi.hideIntelGpu", "True" },
}} },
/* Assassin's Creed Syndicate: amdags issues */
{ R"(\\ACS\.exe$)", {{