diff --git a/frontend/frontend_android.c b/frontend/frontend_android.c index 48a67eca69..c2f0e95411 100644 --- a/frontend/frontend_android.c +++ b/frontend/frontend_android.c @@ -200,6 +200,9 @@ static void *android_app_entry(void *data) goto exit; } + if (!g_extern.libretro_dummy) + menu_rom_history_push_current(); + for (;;) { if (g_extern.system.shutdown)