Skip to content

Commit

Permalink
[util] Disable allowDirectBufferMapping for SkyDrift
Browse files Browse the repository at this point in the history
Works around a alt tab OOM crash
  • Loading branch information
Blisto91 authored and doitsujin committed Oct 23, 2023
1 parent e00db24 commit f45911a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit f45911a

Please sign in to comment.