diff --git a/frontend/menu/menu_common.c b/frontend/menu/menu_common.c index 167a0a21b5..34c77a88d3 100644 --- a/frontend/menu/menu_common.c +++ b/frontend/menu/menu_common.c @@ -112,14 +112,7 @@ void load_menu_game_prepare(void) msg_queue_push(g_extern.msg_queue, str, 1, 1); } -#ifdef RARCH_CONSOLE - if (g_extern.system.no_game || *g_extern.fullpath) -#endif - if (driver.menu && g_extern.history) - content_history_push(g_extern.history, - *g_extern.fullpath ? g_extern.fullpath : NULL, - g_settings.libretro, - driver.menu->info.library_name ? driver.menu->info.library_name : ""); + menu_content_history_push_current(); } // redraw menu frame