mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-24 05:31:15 +00:00
(Android) Call ALooper_pollOnce for command event queue once per frame -
seems to be enough
This commit is contained in:
parent
ae089a7b58
commit
3c5b7ba08e
@ -216,8 +216,8 @@ static void gfx_ctx_check_window(bool *quit,
|
||||
|
||||
*quit = false;
|
||||
*resize = false;
|
||||
|
||||
while((id = ALooper_pollOnce(0, NULL, NULL, NULL)) == ALOOPER_POLL_CALLBACK);
|
||||
|
||||
id = ALooper_pollOnce(0, NULL, 0, NULL);
|
||||
|
||||
if(id == LOOPER_ID_MAIN)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user