1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-31 14:52:11 +01:00

[util] Set deviceLossOnFocusLoss for Guild Wars

Works around the game black screening on alt-tab when it is set to fullscreen with a non native resolution
This commit is contained in:
Blisto91 2024-06-19 13:34:21 +02:00 committed by Philip Rebohle
parent 4b4d323ec3
commit a276e13821

View File

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