hannesmann / vanillafixes

Client modification for WoW 1.12.1 to eliminate stutter and animation lag
MIT License
132 stars 15 forks source link

the mouse becomes smaller #37

Closed pengzou123 closed 2 months ago

pengzou123 commented 7 months ago

After installation, run the game and the mouse becomes smaller. What's going on?

hannesmann commented 7 months ago

Probably caused by DXVK. https://github.com/doitsujin/dxvk/blob/master/dxvk.conf#L384

Try adding d3d9.dpiAware = False to dxvk.conf.

pengzou123 commented 7 months ago

Thank you for your reply. After modification, re-entering the game, you need to turn off the hardware mouse in the settings to restore the mouse to normal. But turning off dpi scaling will make the font blur.

hannesmann commented 2 months ago

Closing since the question has been answered (v1.4 will always disable DPI scaling).