From f4cbc9ae9d4795c5fa4d37715c09b59fcb0358bd Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Wed, 12 May 2021 00:40:09 +0100 Subject: [PATCH] [util] Enable emulateUMA for GTA IV This game thinks we are on Intel, so report memory like they do. --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index a4e9bf196..da68b59a6 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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 */