diff options
-rw-r--r-- | vl-android.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vl-android.c b/vl-android.c index 59b7c72..89b0e3f 100644 --- a/vl-android.c +++ b/vl-android.c @@ -52,6 +52,7 @@ #include "modem_driver.h" #include "android/gps.h" #include "android/hw-qemud.h" +#include "android/hw-qemud-pipe.h" #include "android/hw-kmsg.h" #include "android/charmap.h" #include "android/globals.h" @@ -5171,6 +5172,9 @@ int main(int argc, char **argv, char **envp) } } + /* Initialize OpenGLES emulation */ + android_hw_opengles_init(); + if (android_op_cpu_delay) { char* end; long delay = strtol(android_op_cpu_delay, &end, 0); |