From 977155425ae78ed1c8f3e3a81e82d8d138deed17 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 16 Oct 2012 18:07:22 +0200 Subject: [PATCH] (Android) No longer have to click on the screen to get RetroArch to start --- android/native/jni/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/native/jni/main.c b/android/native/jni/main.c index 7223b15d30..5b69b36504 100644 --- a/android/native/jni/main.c +++ b/android/native/jni/main.c @@ -190,6 +190,8 @@ void android_main(struct android_app* state) argv[argc++] = strdup(libretro_path); argv[argc++] = strdup("-v"); + g_android.animating = 1; + g_extern.verbose = true; while(!g_android.window_inited)