mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[util] Fix black screen after alt-tab for Trainz
This commit is contained in:
parent
8776cf2ce6
commit
e12d1cecf0
1 changed files with 5 additions and 0 deletions
|
@ -1194,6 +1194,11 @@ namespace dxvk {
|
||||||
{ "d3d8.scaleDref", "24" },
|
{ "d3d8.scaleDref", "24" },
|
||||||
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Trainz v1.3 (2001) *
|
||||||
|
* Fixes black screen after alt-tab */
|
||||||
|
{ R"(\\bin\\trainz\.exe$)", {{
|
||||||
|
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue