1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

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$)", {{