[util] Fix black screen after alt-tab for Trainz

This commit is contained in:
HunterCZ122 2025-01-30 20:29:15 +01:00
parent 8776cf2ce6
commit e12d1cecf0
No known key found for this signature in database
GPG key ID: 33B23160AC7E9444

View file

@ -1194,6 +1194,11 @@ namespace dxvk {
{ "d3d8.scaleDref", "24" },
{ "d3d9.deviceLossOnFocusLoss", "True" },
}} },
/* Trainz v1.3 (2001) *
* Fixes black screen after alt-tab */
{ R"(\\bin\\trainz\.exe$)", {{
{ "d3d9.deviceLossOnFocusLoss", "True" },
}} },
}};