Fix type of halfaxis mapping values

This commit is contained in:
Cameron Gutman 2021-09-16 01:19:08 -05:00
parent 87613b3176
commit bf7149e75d

View File

@ -28,9 +28,9 @@ struct mapping {
bool reverse_leftx, reverse_lefty;
bool reverse_rightx, reverse_righty;
bool halfaxis_lefttrigger, halfaxis_righttrigger;
bool halfaxis_dpright, halfaxis_dpleft;
bool halfaxis_dpup, halfaxis_dpdown;
char halfaxis_lefttrigger, halfaxis_righttrigger;
char halfaxis_dpright, halfaxis_dpleft;
char halfaxis_dpup, halfaxis_dpdown;
/* abs_leftx must be the first member of the list of mapping indices! */
short abs_leftx, abs_lefty;