(Menu) Take out log messages for load_menu_game

This commit is contained in:
twinaphex 2014-06-03 20:30:33 +02:00
parent 97c6ae0911
commit 7063c52e27

View File

@ -290,12 +290,9 @@ bool load_menu_game(void)
snprintf(msg, sizeof(msg), "Failed to load %s.\n", name);
msg_queue_push(g_extern.msg_queue, msg, 1, 90);
driver.menu->msg_force = true;
RARCH_ERR("rarch_main_init_wrap() failed.\n");
return false;
}
RARCH_LOG("rarch_main_init_wrap() succeeded.\n");
// Update menu state which depends on config.
menu_update_libretro_info(driver.menu);
menu_init_history(driver.menu);