1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-04-05 16:40:17 +02:00

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

This commit is contained in:
HunterCZ122 2025-01-30 20:29:15 +01:00 committed by Robin Kertels
parent 8776cf2ce6
commit 8860bde34b

View File

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