From 5ac9c45f652ac6d29998c53d3ee494438f1bad77 Mon Sep 17 00:00:00 2001 From: Joshie Date: Thu, 25 Feb 2021 15:09:00 +0000 Subject: [PATCH] [util] Add config for Mafia 2 https://gitlab.freedesktop.org/mesa/mesa/-/issues/1325 --- 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 ce52ef91e..0a6addeaf 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -386,6 +386,11 @@ namespace dxvk { { "d3d9.swvpIntCount", "16" }, { "d3d9.swvpBoolCount", "16" }, }} }, + /* Mafia 2 */ + { R"(\\mafia2\.exe$)", {{ + { "d3d9.customVendorId", "10de" }, + { "d3d9.customDeviceId", "0402" }, + }} }, }};