[util] Enforce a maxAvailableMemory limit for Majesty 2

This commit is contained in:
WinterSnowfall 2022-04-18 18:23:31 +03:00 committed by Joshie
parent cc11bb8240
commit 51e56c0420
1 changed files with 8 additions and 0 deletions

View File

@ -531,6 +531,14 @@ namespace dxvk {
{ R"(\\SWTFU2\.exe$)", {{
{ "d3d9.forceSamplerTypeSpecConstants", "True" },
}} },
/* Majesty 2 (Collection) *
* Crashes on UMA without a memory limit, *
* since the game(s) will allocate all *
* available VRAM on startup. */
{ R"(\\Majesty2\.exe$)", {{
{ "d3d9.memoryTrackTest", "True" },
{ "d3d9.maxAvailableMemory", "2048" },
}} },
}};