(Android) Drop this ifndef - to allow input overlay poll to still happen

This commit is contained in:
twinaphex 2013-03-04 11:57:48 +01:00
parent ab6135c9d5
commit 42fe25b3b7

View File

@ -2991,9 +2991,7 @@ bool rarch_main_idle_iterate(void)
return false;
do_state_checks();
#ifndef HAVE_ASYNC_POLL
input_poll();
#endif
rarch_sleep(10);
return true;
}