From 00d371d78da753af3ec1854e698c449e38e4b79e Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sat, 28 Mar 2020 11:52:05 +0100 Subject: [PATCH] [util] Spoof AMD GPU for GTA IV --- src/util/config/config.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 162f5d6d1..fd4552300 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -330,6 +330,10 @@ namespace dxvk { { R"(\\ZusiSim\.exe$)", {{ { "d3d9.noExplicitFrontBuffer", "True" }, }} }, + /* GTA IV (NVAPI) */ + { R"(\\GTAIV\.exe$)", {{ + { "d3d9.customVendorId", "1002" }, + }} }, }};