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

[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
This commit is contained in:
Jens Peters 2018-09-08 16:33:44 +02:00 committed by Philip Rebohle
parent f949240b2f
commit e48c27ac30

View File

@ -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" },