From 42fe25b3b7baac4c9e9061eebdaadedb1d308ed7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 4 Mar 2013 11:57:48 +0100 Subject: [PATCH] (Android) Drop this ifndef - to allow input overlay poll to still happen --- retroarch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/retroarch.c b/retroarch.c index 60c687a10b..3a10090948 100644 --- a/retroarch.c +++ b/retroarch.c @@ -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; }