From 978ce1dc492314b5bc942196772c12083351877e Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 17 May 2013 18:38:33 +0200 Subject: [PATCH] Call menu_rom_history_push_current() on Android. --- frontend/frontend_android.c | 3 +++ 1 file changed, 3 insertions(+) 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)