starshinata / PS4-Keyboard-and-Mouse-Adapter

Allows you to play any game on your PlayStation 4 with a keyboard and mouse, no controller required, and it's free
https://github.com/starshinata/PS4-Keyboard-and-Mouse-Adapter/releases/download/1.0.5/Setup.exe
GNU General Public License v3.0
153 stars 25 forks source link

Mouse polling rate #63

Open Arduouslyy opened 2 years ago

Arduouslyy commented 2 years ago

I think that you should up the pulling rate to 1000 for a smoother experience, playing siege feels choppy with 250

pancakeslp commented 2 years ago

I know we discussed this on discord, but sharing for anyone else interested in the future

Have you tried the no sleep mode https://github.com/starshinata/PS4-Keyboard-and-Mouse-Adapter/blob/master/documentation/example-ui-5.png

No sleep mode means there will be thousands of data updates a second sent to remote a play at the cost of cpu performance

... Windows has a funny performance were there is a minimum sleep amount, On my computer it's about 15 ms, so that's about 66 times a second.