Skip to content

Commit

Permalink
the n64 analog stick cannot ever hit 127
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Squall-Leonhart committed Jun 24, 2021
1 parent a7b9872 commit 8907a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/nragev20/XInputController.h
Expand Up @@ -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

Expand Down

0 comments on commit 8907a47

Please sign in to comment.