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 May 6, 2024
1 parent a80822a commit 769404a
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 @@ -889,7 +889,10 @@ namespace dxvk {
{ "d3d9.deviceLossOnFocusLoss", "True" },
{ "d3d9.cachedDynamicBuffers", "True" },
}} },

/* Dungeon Siege II */
{ R"(\\DungeonSiege2\.exe$)", {{
{ "d3d9.softwareCursorEmulation", "True" },
}} },

/**********************************************/
/* D3D12 GAMES (vkd3d-proton with dxvk dxgi) */
Expand Down

0 comments on commit 769404a

Please sign in to comment.