1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[util] Disable discard for D&D Temple of Elemental Evil

This game uses D3DLOCK_DISCARD incorrectly
This commit is contained in:
Joshua Ashton 2020-02-18 17:01:41 +00:00
parent 8fabc25a38
commit 760a163fc5

View File

@ -318,7 +318,10 @@ namespace dxvk {
{ R"(\\Neptunia\.exe$)", {{
{ "d3d9.forceAspectRatio", "16:9" },
}} },
/* D&D - The Temple Of Elemental Evil */
{ R"(\\ToEE\.exe$)", {{
{ "d3d9.allowDiscard", "False" },
}} },
}};