From f031ce44cf9c7c958ab2a704192341552caf5bdf Mon Sep 17 00:00:00 2001 From: Robin Kertels Date: Fri, 29 Jul 2022 23:40:46 +0200 Subject: [PATCH] [util] Set lower memory limits for Guitar Hero WT --- src/util/config/config.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index a46688a4..9f96cba7 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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" }, + }} }, }};