mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-12 13:08:50 +01:00
[util] Set lower memory limits for Guitar Hero WT
This commit is contained in:
parent
67f937111d
commit
f031ce44cf
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user