(Android) Drop this ifndef - to allow input overlay poll to still happen
This commit is contained in:
parent
ab6135c9d5
commit
42fe25b3b7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue