From e48c27ac30ee92df6f378a11030fd1ee980d0017 Mon Sep 17 00:00:00 2001 From: Jens Peters Date: Sat, 8 Sep 2018 16:33:44 +0200 Subject: [PATCH] [util] Spoof AMD card for Batman: Arkham Knight (#627) This prevents game crashes in "Detective Mode" for NVidia cards. Fixes https://github.com/doitsujin/dxvk/issues/580 --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 8331d1e2..bd47fe27 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -41,6 +41,11 @@ namespace dxvk { { "dxgi.customVendorId", "1002" }, { "dxgi.customDeviceId", "E366" }, }} }, + /* Batman: Arkham Knight */ + { "BatmanAK.exe", {{ + { "dxgi.customVendorId", "1002" }, + { "dxgi.customDeviceId", "E366" }, + }} }, /* Mafia 3 */ { "mafia3.exe", {{ { "d3d11.fakeStreamOutSupport", "True" },