diff --git a/input/sdl_input.c b/input/sdl_input.c index 906c1ec35a..3cb38b828e 100644 --- a/input/sdl_input.c +++ b/input/sdl_input.c @@ -185,7 +185,7 @@ static bool sdl_key_pressed(int key) } #ifndef HAVE_DINPUT -static bool sdl_joykey_pressed(sdl_input_t *sdl, int port_num, uint64_t joykey) +static bool sdl_joykey_pressed(sdl_input_t *sdl, int port_num, uint16_t joykey) { if (joykey == NO_BTN) return false;