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" }, + }} }, }};