Project64-input: Add Analog buttons to n64 controller

This commit is contained in:
zilmar 2020-07-01 10:31:41 +09:30
parent 1a19934916
commit 31afb1cf6e
1 changed files with 4 additions and 0 deletions

View File

@ -17,4 +17,8 @@ typedef struct
BUTTON Z_TRIG;
BUTTON R_TRIG;
BUTTON L_TRIG;
BUTTON U_ANALOG;
BUTTON D_ANALOG;
BUTTON L_ANALOG;
BUTTON R_ANALOG;
} N64CONTROLLER;