1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[util] Enable deviceLossOnFocussLoss for Rise of Nations

To prevent it from crashing on a alt-tab
This commit is contained in:
Blisto91 2024-07-07 22:18:09 +02:00 committed by Philip Rebohle
parent 4b0c9c611c
commit 5f9ca08071

View File

@ -1118,6 +1118,10 @@ namespace dxvk {
{ "d3d9.maxFrameRate", "60" },
{ "d3d8.placeP8InScratch", "True" },
}} },
/* Rise of Nations + Expansion - alt-tab crash*/
{ R"(\\(nations|patriots)\.exe$)", {{
{ "d3d9.deviceLossOnFocusLoss", "True" },
}} },
}};