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) */