Skip to content

Commit

Permalink
[util] Enable deviceLossOnFocussLoss for Rise of Nations
Browse files Browse the repository at this point in the history
To prevent it from crashing on a alt-tab
  • Loading branch information
Blisto91 authored and doitsujin committed Jul 9, 2024
1 parent 4b0c9c6 commit 5f9ca08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1118,6 +1118,10 @@ namespace dxvk {
{ "d3d9.maxFrameRate", "60" },
{ "d3d8.placeP8InScratch", "True" },
}} },
/* Rise of Nations + Expansion - alt-tab crash*/
{ R"(\\(nations|patriots)\.exe$)", {{
{ "d3d9.deviceLossOnFocusLoss", "True" },
}} },
}};


Expand Down

0 comments on commit 5f9ca08

Please sign in to comment.