From 7117ec66fb2ce641c35f2c339ff2089329c6f6ae Mon Sep 17 00:00:00 2001 From: WinterSnowfall Date: Tue, 6 Feb 2024 00:17:46 +0200 Subject: [PATCH] [util] Enable softwareCursorEmulation for Dungeon Siege II --- src/util/config/config.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 60f1d7ca46d5..04227715c78a 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -878,7 +878,11 @@ namespace dxvk { { R"(\\RedRiver\.exe$)", {{ { "d3d9.floatEmulation", "Strict" }, }} }, - + /* Dungeon Siege II */ + { R"(\\DungeonSiege2\.exe$)", {{ + { "d3d9.softwareCursorEmulation", "True" }, + }} }, + /**********************************************/ /* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */