mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-21 22:54:16 +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$)", {{
|
{ R"(\\Neptunia\.exe$)", {{
|
||||||
{ "d3d9.forceAspectRatio", "16:9" },
|
{ "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