diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index efbaf304c..756af0531 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -948,6 +948,11 @@ namespace dxvk { { R"(\\Dragonshard\.exe$)", {{ { "d3d9.cachedDynamicBuffers", "True" }, }} }, + /* Guild Wars 1 - Alt-tab black screen when * + * fullscreen with non native resolution */ + { R"(\\Gw\.exe$)", {{ + { "d3d9.deviceLossOnFocusLoss", "True" }, + }} }, /**********************************************/