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 20, 2024
1 parent bd2da49 commit 0cc971a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/util/config/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit 0cc971a

Please sign in to comment.