1
0
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:
Blisto91 2024-05-10 15:01:06 +02:00 committed by Philip Rebohle
parent 6b76d70d9d
commit 7bad17c1d1

View File

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