(Android) No longer have to click on the screen to get RetroArch

to start
This commit is contained in:
twinaphex 2012-10-16 18:07:22 +02:00
parent 90d5913faa
commit 977155425a

View File

@ -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)