1
0
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:
Robin Kertels 2022-11-02 13:32:28 +01:00 committed by Philip Rebohle
parent 0b9f785bc5
commit 892f676605

View File

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