mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
(BlackBerry) Adding to history for BB10 causes crash, it's done in load_menu_game_prepare anyways.
This commit is contained in:
parent
8ce7a88b1a
commit
55b9f2f55d
@ -42,11 +42,6 @@ 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…
Reference in New Issue
Block a user