1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +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" },
}} },
}};