mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-20 19:54:19 +01:00
[util] Disable allowDirectBufferMapping for SkyDrift
Works around a alt tab OOM crash
This commit is contained in:
parent
e00db24557
commit
f45911a28f
@ -828,6 +828,11 @@ namespace dxvk {
|
||||
{ R"(\\Battlestationsmidway\.exe$)", {{
|
||||
{ "d3d9.cachedDynamicBuffers", "True" },
|
||||
}} },
|
||||
/* SkyDrift *
|
||||
* Works around alt tab OOM crash */
|
||||
{ R"(\\SkyDrift\.exe$)" , {{
|
||||
{ "d3d9.allowDirectBufferMapping", "False" },
|
||||
}} },
|
||||
|
||||
/**********************************************/
|
||||
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user