Call menu_rom_history_push_current() on Android.

This commit is contained in:
Themaister 2013-05-17 18:38:33 +02:00
parent 608f88bd55
commit 978ce1dc49
1 changed files with 3 additions and 0 deletions

View File

@ -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)