mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-13 19:29:14 +01:00
[util] Disable direct buffer mapping for Dragon Age Origins
This commit is contained in:
parent
0b9f785bc5
commit
892f676605
@ -634,6 +634,13 @@ namespace dxvk {
|
||||
{ R"(\\(hammer(plusplus)?|mallet|wc)\.exe$)", {{
|
||||
{ "d3d9.apitraceMode", "True" },
|
||||
}} },
|
||||
/* Dragon Age Origins *
|
||||
* Keeps unmapping the same 3 1MB buffers *
|
||||
* thousands of times when you alt-tab out *
|
||||
* Causing it to crash OOM */
|
||||
{ R"(\\DAOrigins\.exe$)" , {{
|
||||
{ "d3d9.allowDirectBufferMapping", "False" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user