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:
parent
4b4d323ec3
commit
a276e13821
@ -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" },
|
||||
}} },
|
||||
|
||||
|
||||
/**********************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user