Skip to content

Commit

Permalink
[util] Enable softwareCursorEmulation for Dungeon Siege II
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSnowfall committed Feb 9, 2024
1 parent e66a3a2 commit 6a413e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,10 @@ namespace dxvk {
{ R"(\\SupremeRulerUltimate\.exe$)", {{
{ "d3d9.countLosableResources", "False" },
}} },
/* Dungeon Siege II */
{ R"(\\DungeonSiege2\.exe$)", {{
{ "d3d9.softwareCursorEmulation", "True" },
}} },


/**********************************************/
Expand Down

0 comments on commit 6a413e9

Please sign in to comment.