diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index fb86ed56..b30086de 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -840,6 +840,11 @@ namespace dxvk { * Works around alt tab OOM crash */ { R"(\\SkyDrift\.exe$)" , {{ { "d3d9.allowDirectBufferMapping", "False" }, + }} }, + /* Assassin's Creed 2 * + * Helps alt tab crash on Linux */ + { R"(\\AssassinsCreedIIGame\.exe$)" , {{ + { "d3d9.deviceLossOnFocusLoss", "True" }, }} }, /* Sonic CD */ { R"(\\soniccd\.exe$)", {{