[util] Enable softwareCursorEmulation for Dungeon Siege II

This commit is contained in:
WinterSnowfall 2024-03-20 17:36:51 +02:00
parent 3036004dae
commit 7b3b245f0c
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

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