Merge pull request #2919 from diablodiab/master

Change ALooper_pollAll in android_input_poll from a non blocking call…
This commit is contained in:
Andrés 2016-04-29 02:49:05 +02:00
commit 874dabd475

View File

@ -1044,7 +1044,7 @@ static void android_input_poll(void *data)
while ((ident =
ALooper_pollAll((input_driver_ctl(RARCH_INPUT_CTL_KEY_PRESSED, &key))
? -1 : 0,
? -1 : 1,
NULL, NULL, NULL)) >= 0)
{
switch (ident)