mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 10:13:11 +00:00
Cleanup
This commit is contained in:
parent
1669d8b3e5
commit
3f978b2b1e
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user