Skip to content

Commit

Permalink
[util] Set deviceLossOnFocusLoss for The Sims 3
Browse files Browse the repository at this point in the history
Prevents the game black screening on alt-tab
  • Loading branch information
Blisto91 authored May 10, 2024
1 parent 6b76d70 commit e4d9869
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 @@ -894,6 +894,10 @@ namespace dxvk {
{ "d3d9.deviceLossOnFocusLoss", "True" },
{ "d3d9.cachedDynamicBuffers", "True" },
}} },
/* The Sims 3 - Black screen on alt-tab */
{ R"(\\TS3(W)?\.exe$)", {{
{ "d3d9.deviceLossOnFocusLoss", "True" },
}} },


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

0 comments on commit e4d9869

Please sign in to comment.