1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 14:52:10 +01:00

[util] Remove D&D - The Temple of Evil workaround

The game uses SWVP, so we don't need an app hack here.
This commit is contained in:
Robin Kertels 2023-05-26 04:05:43 +02:00 committed by Joshie
parent 2c3f2b9ad1
commit 9b877cf623

View File

@ -474,10 +474,6 @@ namespace dxvk {
{ R"(\\Neptunia\.exe$)", {{ { R"(\\Neptunia\.exe$)", {{
{ "d3d9.forceAspectRatio", "16:9" }, { "d3d9.forceAspectRatio", "16:9" },
}} }, }} },
/* D&D - The Temple Of Elemental Evil */
{ R"(\\ToEE(a)?\.exe$)", {{
{ "d3d9.allowDiscard", "False" },
}} },
/* GTA IV (NVAPI) */ /* GTA IV (NVAPI) */
/* Also thinks we're always on Intel * /* Also thinks we're always on Intel *
* and will report/use bad amounts of VRAM. * and will report/use bad amounts of VRAM.