diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index af888be9..638773f1 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -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) */