Skip to content

Commit

Permalink
[util] Set deviceLossOnFocusLoss for Guild Wars
Browse files Browse the repository at this point in the history
Works around the game black screening on alt-tab when it is set to fullscreen with a non native resolution
  • Loading branch information
Blisto91 authored and doitsujin committed Jun 19, 2024
1 parent 4b4d323 commit a276e13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
}} },


/**********************************************/
Expand Down

0 comments on commit a276e13

Please sign in to comment.