mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-12 04:54:17 +01:00
[util] Spoof AMD GPU for GTA IV
This commit is contained in:
parent
bbe681d9ca
commit
00d371d78d
@ -330,6 +330,10 @@ namespace dxvk {
|
|||||||
{ R"(\\ZusiSim\.exe$)", {{
|
{ R"(\\ZusiSim\.exe$)", {{
|
||||||
{ "d3d9.noExplicitFrontBuffer", "True" },
|
{ "d3d9.noExplicitFrontBuffer", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* GTA IV (NVAPI) */
|
||||||
|
{ R"(\\GTAIV\.exe$)", {{
|
||||||
|
{ "d3d9.customVendorId", "1002" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user