From 5c22e2fbda34a622919e4808bb268cedf6ea5bd8 Mon Sep 17 00:00:00 2001 From: Robin Kertels Date: Mon, 19 Sep 2022 16:08:48 +0200 Subject: [PATCH] [util] Enable GTA IV config for Episodes from Liberty City --- src/util/config/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 85a4d87b9..ffe2d89d1 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -414,7 +414,7 @@ namespace dxvk { * Disabling support for DF texture formats * makes the game use a better looking render * path for mirrors */ - { R"(\\GTAIV\.exe$)", {{ + { R"(\\(GTAIV|EFLC)\.exe$)", {{ { "d3d9.customVendorId", "1002" }, { "dxgi.emulateUMA", "True" }, { "d3d9.supportDFFormats", "False" },