(Android) fix emulator settings not loading correctly
This commit is contained in:
parent
c424e0e99b
commit
3bfa8d568d
|
@ -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("Config file: [%s].\n", g_extern.config_path);
|
||||||
RARCH_LOG("Current IME: [%s].\n", android_app->current_ime);
|
RARCH_LOG("Current IME: [%s].\n", android_app->current_ime);
|
||||||
|
|
||||||
|
config_load();
|
||||||
|
|
||||||
menu_init();
|
menu_init();
|
||||||
ret = load_menu_game();
|
ret = load_menu_game();
|
||||||
if (ret)
|
if (ret)
|
||||||
|
@ -189,8 +191,6 @@ static void *android_app_entry(void *data)
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
config_load();
|
|
||||||
|
|
||||||
rarch_init_msg_queue();
|
rarch_init_msg_queue();
|
||||||
|
|
||||||
if (!android_app_start_main(android_app))
|
if (!android_app_start_main(android_app))
|
||||||
|
|
Loading…
Reference in New Issue