[util] Enable emulateUMA for GTA IV

This game thinks we are on Intel, so report memory like they do.
This commit is contained in:
Joshua Ashton 2021-05-12 00:40:09 +01:00 committed by Philip Rebohle
parent 15e0594ec4
commit f4cbc9ae9d
1 changed files with 5 additions and 0 deletions

View File

@ -232,6 +232,11 @@ namespace dxvk {
{ R"(\\cm3\.exe$)", {{
{ "dxgi.customDeviceDesc", "DXVK Adapter" },
}} },
/* GTA IV: Thinks we're always on Intel *
* and will report/use bad amounts of VRAM. */
{ R"(\\GTAIV\.exe$)", {{
{ "dxgi.emulateUMA", "True" },
}} },
/**********************************************/
/* D3D9 GAMES */