the n64 analog stick cannot ever hit 127
only making it to between 93 and 95 on a brand new pad most games stop scaling beyond 83, but buck bumble appears to develop negative returns when the control is allowed to go too far resulting in barely any movement.
This commit is contained in:
parent
a7b9872c85
commit
8907a47a00
|
@ -61,7 +61,7 @@ number, ie. first XInput controller is first N64 player, etc.
|
|||
#include <xinput.h>
|
||||
|
||||
// Defines
|
||||
#define N64_ANALOG_MAX 127
|
||||
#define N64_ANALOG_MAX 88
|
||||
#define XC_ANALOG_MAX 32767
|
||||
#define BUTTON_ANALOG_VALUE 60
|
||||
|
||||
|
|
Loading…
Reference in New Issue