Skip to content

Commit

Permalink
changed dxgi.customVendorId to dxgi.hideIntelGpu for Batman Arkham Kn…
Browse files Browse the repository at this point in the history
…ight
  • Loading branch information
FelixK15 authored and doitsujin committed Jul 16, 2024
1 parent b74725b commit 2a2d51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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$)", {{
Expand Down

0 comments on commit 2a2d51e

Please sign in to comment.