Revert derp.

This commit is contained in:
Themaister 2012-03-09 18:20:03 +01:00
parent 848a67252f
commit 6b552cfba1

View File

@ -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;