mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
(connect_wii.c) Change type of state variable
This commit is contained in:
parent
ef88957eb1
commit
79431fcc7e
@ -144,7 +144,7 @@ typedef struct wiimote_t
|
||||
send_control_t send_control;
|
||||
|
||||
/* Various state flags. */
|
||||
int state;
|
||||
uint32_t state;
|
||||
/* Currently lit LEDs. */
|
||||
uint8_t leds;
|
||||
/* Battery level. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user