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:
parent
b74725b264
commit
2a2d51e049
@ -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…
x
Reference in New Issue
Block a user