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:
parent
8fabc25a38
commit
760a163fc5
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user