[util] Disable DF support for pretty mirrors in GTA IV

This commit is contained in:
Robin Kertels 2022-09-17 17:30:27 +02:00 committed by Joshie
parent 5962be44c6
commit c759fb45aa
1 changed files with 5 additions and 1 deletions

View File

@ -410,10 +410,14 @@ namespace dxvk {
}} },
/* GTA IV (NVAPI) */
/* Also thinks we're always on Intel *
* and will report/use bad amounts of VRAM. */
* and will report/use bad amounts of VRAM.
* Disabling support for DF texture formats
* makes the game use a better looking render
* path for mirrors */
{ R"(\\GTAIV\.exe$)", {{
{ "d3d9.customVendorId", "1002" },
{ "dxgi.emulateUMA", "True" },
{ "d3d9.supportDFFormats", "False" },
}} },
/* Battlefield 2 (bad z-pass) */
{ R"(\\BF2\.exe$)", {{