mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[util] Disable DF support for pretty mirrors in GTA IV
This commit is contained in:
parent
5962be44c6
commit
c759fb45aa
@ -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$)", {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user