mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-31 14:52:11 +01:00
[util] Set deviceLossOnFocusLoss for Assassin's Creed 2 (#3763)
Makes it not crash on alt tab using at least Proton. Windows will still have issues with alt tab.
This commit is contained in:
parent
a44dfabe26
commit
eb806952d8
@ -840,6 +840,11 @@ namespace dxvk {
|
||||
* Works around alt tab OOM crash */
|
||||
{ R"(\\SkyDrift\.exe$)" , {{
|
||||
{ "d3d9.allowDirectBufferMapping", "False" },
|
||||
}} },
|
||||
/* Assassin's Creed 2 *
|
||||
* Helps alt tab crash on Linux */
|
||||
{ R"(\\AssassinsCreedIIGame\.exe$)" , {{
|
||||
{ "d3d9.deviceLossOnFocusLoss", "True" },
|
||||
}} },
|
||||
/* Sonic CD */
|
||||
{ R"(\\soniccd\.exe$)", {{
|
||||
|
Loading…
x
Reference in New Issue
Block a user