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

0 comments on commit 7b3b245

Please sign in to comment.