mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
Merge pull request #2919 from diablodiab/master
Change ALooper_pollAll in android_input_poll from a non blocking call…
This commit is contained in:
commit
874dabd475
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user