Sergi・セルジ
Sergi・セルジ
Try the latest version: https://github.com/xerpi/ds4vita/releases
I'll try to fix it asap, but I'm very busy these days...
Can you try this version? https://github.com/xerpi/ds4vita/releases/tag/1.1
@circletile by tilt do you mean the gyroscope/accelerometer tilt?
@kwonyoong thanks for testing. If you can compile, can you try to change the last parameter (the 1) of this function call: https://github.com/xerpi/ds4vita/blob/master/main.c#L269 to different values? On version 1.0 it...
I'll try to work on that soon.
Can you try this version? https://transfer.sh/a7HcG/ds4vita.skprx
Thanks for the detailed explanation! I think the diagonal problem happens because I check X and Y coordinates separately for a threshold when I should use the hypotenuse of them...
Managed to have some time to try the hypotenuse thing: https://transfer.sh/fwny7/ds4vita.skprx Hope this fixes it!
You can check the joystick values with https://github.com/SMOKE5/VitaTester/releases The joystick values are reported as cartesian X and Y coordinates (and not angle+magnitude polar coordinates). The values range [0, 255] and...