mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-14 22:29:15 +01:00
[util] Add a maxAvailableMemory limit for Heroes of Annihilated Empires
This commit is contained in:
parent
5e33374fd2
commit
3e0031cefe
@ -595,6 +595,13 @@ namespace dxvk {
|
|||||||
{ "d3d9.textureMemory", "16" },
|
{ "d3d9.textureMemory", "16" },
|
||||||
{ "d3d9.allowDirectBufferMapping", "False" },
|
{ "d3d9.allowDirectBufferMapping", "False" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Heroes of Annihilated Empires *
|
||||||
|
* Has issues with texture rendering and *
|
||||||
|
* video memory detection otherwise. */
|
||||||
|
{ R"(\\Heroes (o|O)f Annihilated Empires.*\\engine\.exe$)", {{
|
||||||
|
{ "d3d9.memoryTrackTest", "True" },
|
||||||
|
{ "d3d9.maxAvailableMemory", "2048" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user