mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-30 02:52:10 +01:00
[util] Enable emulateUMA for GTA IV
This game thinks we are on Intel, so report memory like they do.
This commit is contained in:
parent
15e0594ec4
commit
f4cbc9ae9d
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user