From 7b3b245f0cdcf85c0ae7c61d535f1e9d7cc58c2e Mon Sep 17 00:00:00 2001 From: WinterSnowfall Date: Wed, 20 Mar 2024 17:36:51 +0200 Subject: [PATCH] [util] Enable softwareCursorEmulation for Dungeon Siege II --- src/util/config/config.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 698b69cb..d43b875e 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -877,7 +877,10 @@ namespace dxvk { { R"(\\ShippingPC-SkyGame\.exe$)", {{ { "d3d9.maxFrameRate", "60" }, }} }, - + /* Dungeon Siege II */ + { R"(\\DungeonSiege2\.exe$)", {{ + { "d3d9.softwareCursorEmulation", "True" }, + }} }, /**********************************************/ /* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */