Call menu_rom_history_push_current() on Android.
This commit is contained in:
parent
608f88bd55
commit
978ce1dc49
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue