1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-05 01:24:14 +01:00

[util] Enable GTA IV config for Episodes from Liberty City

This commit is contained in:
Robin Kertels 2022-09-19 16:08:48 +02:00 committed by Joshie
parent c759fb45aa
commit 5c22e2fbda

View File

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