[util] Set lower memory limits for Guitar Hero WT

This commit is contained in:
Robin Kertels 2022-07-29 23:40:46 +02:00 committed by Philip Rebohle
parent 67f937111d
commit f031ce44cf
1 changed files with 5 additions and 0 deletions

View File

@ -607,6 +607,11 @@ namespace dxvk {
{ R"(\\witcher\.exe$)", {{
{ "d3d9.apitraceMode", "True" },
}} },
/* Guitar Hero World Tour *
* Very prone to address space crashes */
{ R"(\\(GHWT|GHWT_Definitive)\.exe$)", {{
{ "d3d9.textureMemory", "16" },
}} },
}};