(Android) Make HAVE_ASYNC_POLL optional

This commit is contained in:
twinaphex 2013-03-04 14:15:47 +01:00
parent 1124ac8494
commit acffc05494

View File

@ -219,7 +219,9 @@ static void *android_app_entry(void *data)
// Main loop
do
{
#ifdef HAVE_ASYNC_POLL
input_async_poll_func();
#endif
} while (rarch_main_iterate());
RARCH_LOG("RetroArch stopped.\n");