3dscontroller-ng/PC
Alex Rowe f5bc0146d7 Added Clamping to Joystick Values
Added Clamp function to general.c
Now clamps all final joystick values to be from 0 - 32767 (2^15 - 1).

Output from the 3ds was giving a strange range on the values, even though the
code expected it to be in the range -128 to 128.

Was more like -146 to 146 on the c-stick, and -170 to 170 on the circle pad.
This may remove some of the resolution of the sticks, but increase compatability with programs.
2017-02-12 15:45:34 -06:00
..
include Added Clamping to Joystick Values 2017-02-12 15:45:34 -06:00
lib PC 2014-12-05 20:03:50 +00:00
source Added Clamping to Joystick Values 2017-02-12 15:45:34 -06:00
3DSController.exe Added Clamping to Joystick Values 2017-02-12 15:45:34 -06:00
3DSController.ini Version bump, fixed .ini instructions 2015-11-12 14:51:43 +10:30
Makefile Take out the trash 2015-09-06 18:39:59 +01:00
vJoyInterface.dll Update vJoy dll 2015-09-06 11:27:23 +09:30