mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 12:35:23 +00:00
(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…
x
Reference in New Issue
Block a user