mirror of
https://github.com/libretro/RetroArch
synced 2025-04-04 04:20: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);
|
g_extern.lifecycle_mode_state |= (1ULL << MODE_LOAD_GAME);
|
||||||
|
|
||||||
#ifdef HAVE_BB10
|
|
||||||
if (!g_extern.libretro_dummy)
|
|
||||||
menu_rom_history_push_current();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
if (g_extern.system.shutdown)
|
if (g_extern.system.shutdown)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user