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:
parent
8776cf2ce6
commit
8860bde34b
@ -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…
x
Reference in New Issue
Block a user