(BB10) Save to ROM history when loading game from Cascades interface

This commit is contained in:
twinaphex 2013-05-17 21:07:19 +02:00
parent 2c5be4ad56
commit 4d9d868077

View File

@ -47,6 +47,11 @@ int rarch_main(int argc, char *argv[])
g_extern.lifecycle_mode_state |= (1ULL << MODE_LOAD_GAME);
#ifdef HAVE_BB10
if (!g_extern.libretro_dummy)
menu_rom_history_push_current();
#endif
for (;;)
{
if (g_extern.system.shutdown)