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" }, + }} }, }};