Merge pull request #2073 from Squall-Leonhart/develop

[PJ64-Nrage]the n64 analog stick cannot ever hit 127 and letting it do so breaks some games
This commit is contained in:
zilmar 2021-06-25 08:21:04 +09:30 committed by GitHub
commit 3ae88d9f7b
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> #include <xinput.h>
// Defines // Defines
#define N64_ANALOG_MAX 127 #define N64_ANALOG_MAX 88
#define XC_ANALOG_MAX 32767 #define XC_ANALOG_MAX 32767
#define BUTTON_ANALOG_VALUE 60 #define BUTTON_ANALOG_VALUE 60