mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
(BB10) Save to ROM history when loading game from Cascades interface
This commit is contained in:
parent
2c5be4ad56
commit
4d9d868077
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user