mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 12:17:04 +00:00
(Android EGL) Take out looper snippets
This commit is contained in:
parent
1bc17ca81c
commit
5060b5a379
@ -20,7 +20,6 @@
|
||||
#include "../gl_common.h"
|
||||
|
||||
#include <EGL/egl.h>
|
||||
#include <android/looper.h>
|
||||
|
||||
#include "../../frontend/frontend_android.h"
|
||||
#include "../image.h"
|
||||
@ -150,10 +149,6 @@ static bool gfx_ctx_init(void)
|
||||
goto error;
|
||||
}
|
||||
|
||||
ALooper *looper = ALooper_forThread();
|
||||
if (!looper)
|
||||
ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
|
||||
|
||||
return true;
|
||||
|
||||
error:
|
||||
|
Loading…
Reference in New Issue
Block a user