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:
Squall Leonhart 2021-06-24 18:21:47 +10:00 committed by GitHub
parent a7b9872c85
commit 8907a47a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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