Revert derp.
This commit is contained in:
parent
848a67252f
commit
6b552cfba1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue