1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 11:52:12 +01:00

[util] Add config for Mafia 2

https://gitlab.freedesktop.org/mesa/mesa/-/issues/1325
This commit is contained in:
Joshie 2021-02-25 15:09:00 +00:00 committed by GitHub
parent 5e55ced8b2
commit 5ac9c45f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,6 +386,11 @@ namespace dxvk {
{ "d3d9.swvpIntCount", "16" },
{ "d3d9.swvpBoolCount", "16" },
}} },
/* Mafia 2 */
{ R"(\\mafia2\.exe$)", {{
{ "d3d9.customVendorId", "10de" },
{ "d3d9.customDeviceId", "0402" },
}} },
}};