[util] Disable allowDirectBufferMapping for SkyDrift

Works around a alt tab OOM crash
This commit is contained in:
Blisto91 2023-10-11 12:52:28 +02:00 committed by Philip Rebohle
parent e00db24557
commit f45911a28f
1 changed files with 5 additions and 0 deletions

View File

@ -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) */