mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-03 00:06:06 +00:00
Fix type of halfaxis mapping values
This commit is contained in:
parent
87613b3176
commit
bf7149e75d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user