Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlisto91 <47954800+Blisto91@users.noreply.github.com>2023-10-11 13:52:28 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2023-10-23 15:52:44 +0300
commitf45911a28f6e6184f82487e983b4a6af6923e61c (patch)
tree813e8107fb380d29ef133a9e6b9364400f82f130
parente00db245574c7a51c802a91e86a794f9c632e5d4 (diff)
[util] Disable allowDirectBufferMapping for SkyDrift
Works around a alt tab OOM crash
-rw-r--r--src/util/config/config.cpp5
1 files changed, 5 insertions, 0 deletions
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) */