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

[util] Spoof AMD GPU for GTA IV

This commit is contained in:
Philip Rebohle 2020-03-28 11:52:05 +01:00 committed by Joshie
parent bbe681d9ca
commit 00d371d78d

View File

@ -330,6 +330,10 @@ namespace dxvk {
{ R"(\\ZusiSim\.exe$)", {{
{ "d3d9.noExplicitFrontBuffer", "True" },
}} },
/* GTA IV (NVAPI) */
{ R"(\\GTAIV\.exe$)", {{
{ "d3d9.customVendorId", "1002" },
}} },
}};