mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
changed dxgi.customVendorId to dxgi.hideIntelGpu for Batman Arkham Knight
This commit is contained in:
parent
b74725b264
commit
2a2d51e049
1 changed files with 1 additions and 1 deletions
|
@ -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$)", {{
|
||||
|
|
Loading…
Add table
Reference in a new issue