mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-22 09:15:02 +00:00
(Android) fix crash on activity start
This commit is contained in:
parent
68eefb7656
commit
c424e0e99b
@ -189,6 +189,8 @@ 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