mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 00:40:09 +00:00
Merge pull request #2918 from diablodiab/master
Change ALooper_pollAll in android_input_poll from a non blocking call…
This commit is contained in:
commit
80509fdf7a
@ -1044,7 +1044,7 @@ static void android_input_poll(void *data)
|
|||||||
|
|
||||||
while ((ident =
|
while ((ident =
|
||||||
ALooper_pollAll((input_driver_ctl(RARCH_INPUT_CTL_KEY_PRESSED, &key))
|
ALooper_pollAll((input_driver_ctl(RARCH_INPUT_CTL_KEY_PRESSED, &key))
|
||||||
? -1 : 0,
|
? -1 : 1,
|
||||||
NULL, NULL, NULL)) >= 0)
|
NULL, NULL, NULL)) >= 0)
|
||||||
{
|
{
|
||||||
switch (ident)
|
switch (ident)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user