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:
parent
4b0c9c611c
commit
5f9ca08071
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user