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" },