diff --git a/frontend/frontend_android.c b/frontend/frontend_android.c index 40953748f8..846d58f73b 100644 --- a/frontend/frontend_android.c +++ b/frontend/frontend_android.c @@ -152,6 +152,8 @@ static bool android_app_start_main(struct android_app *android_app) RARCH_LOG("Config file: [%s].\n", g_extern.config_path); RARCH_LOG("Current IME: [%s].\n", android_app->current_ime); + config_load(); + menu_init(); ret = load_menu_game(); if (ret) @@ -189,8 +191,6 @@ static void *android_app_entry(void *data) goto exit; } - config_load(); - rarch_init_msg_queue(); if (!android_app_start_main(android_app))