From 594d09ae3aa9aadbe3d0f48220b07972581106e3 Mon Sep 17 00:00:00 2001 From: Christopher Egert Date: Sun, 14 Feb 2021 02:12:15 +0100 Subject: [PATCH] [util] Spoof a nvidia card for DIRT 5 --- 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 5dfc04d4..ce52ef91 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -206,6 +206,11 @@ namespace dxvk { { R"(\\nioh2\.exe$)", {{ { "dxgi.deferSurfaceCreation", "True" }, }} }, + /* DIRT 5 - uses amd_ags_x64.dll when it * + * detects an AMD GPU */ + { R"(\\DIRT5\.exe$)", {{ + { "dxgi.customVendorId", "10de" }, + }} }, /**********************************************/ /* D3D9 GAMES */