From 6b552cfba15df4188534b5555f587ec7db724420 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 9 Mar 2012 18:20:03 +0100 Subject: [PATCH] Revert derp. --- input/sdl_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;