mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +01:00
[util] Set deviceLossOnFocusLoss for The Sims 3
Prevents the game black screening on alt-tab
This commit is contained in:
parent
6b76d70d9d
commit
7bad17c1d1
@ -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" },
|
||||
}} },
|
||||
|
||||
|
||||
/**********************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user