From ac0f8d6a649032ae0824100c5331462052ce94d2 Mon Sep 17 00:00:00 2001 From: Andreas Heider Date: Mon, 15 Oct 2018 17:52:10 +0100 Subject: [PATCH] Spoof AMD GPU for Assetto Corsa Competizione --- 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 ac088d814..61df44d7c 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -86,6 +86,11 @@ namespace dxvk { { "dxgi.customVendorId", "1002" }, { "dxgi.customDeviceId", "e366" }, }} }, + /* Assetto Corsa Competizione */ + { "AC2-Win64-Shipping.exe", {{ + { "dxgi.customVendorId", "1002" }, + { "dxgi.customDeviceId", "e366" }, + }} }, }};