mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
(Android) Make HAVE_ASYNC_POLL optional
This commit is contained in:
parent
1124ac8494
commit
acffc05494
@ -219,7 +219,9 @@ static void *android_app_entry(void *data)
|
|||||||
// Main loop
|
// Main loop
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
#ifdef HAVE_ASYNC_POLL
|
||||||
input_async_poll_func();
|
input_async_poll_func();
|
||||||
|
#endif
|
||||||
} while (rarch_main_iterate());
|
} while (rarch_main_iterate());
|
||||||
|
|
||||||
RARCH_LOG("RetroArch stopped.\n");
|
RARCH_LOG("RetroArch stopped.\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user