(menu_common) load_menu_game_prepare - add RARCH_CONSOLE ifdef

This commit is contained in:
twinaphex 2013-11-03 15:17:45 +01:00
parent ae07e75e7c
commit 1bc17ca81c

View File

@ -227,6 +227,9 @@ 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
menu_rom_history_push(*g_extern.fullpath ? g_extern.fullpath : NULL,
g_settings.libretro,
rgui->info.library_name ? rgui->info.library_name : "");