mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-22 01:07:37 +00:00
(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("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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user