Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/config/config.cpp5
1 files changed, 5 insertions, 0 deletions
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
@@ -841,6 +841,11 @@ namespace dxvk {
{ 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$)", {{
{ "d3d9.maxFrameRate", "60" },