This commit is contained in:
twinaphex 2015-08-18 03:12:17 +02:00
parent 1669d8b3e5
commit 3f978b2b1e

View File

@ -231,10 +231,7 @@ static void menu_input_poll_bind_state(struct menu_bind_state *state, unsigned p
RETRO_DEVICE_KEYBOARD, 0, RETROK_RETURN); RETRO_DEVICE_KEYBOARD, 0, RETROK_RETURN);
if (!joypad) if (!joypad)
{
RARCH_ERR("Cannot poll raw joypad state.");
return; return;
}
if (joypad->poll) if (joypad->poll)
joypad->poll(); joypad->poll();