This commit is contained in:
twinaphex 2016-02-10 04:22:59 +01:00
parent 65742d250b
commit 0e017ea925

View File

@ -592,12 +592,6 @@ bool menu_driver_ctl(enum rarch_menu_ctl_state state, void *data)
menu_driver_data = NULL;
break;
case RARCH_MENU_CTL_INIT:
if (menu_driver_data)
return false;
if (!menu_display_ctl(RARCH_MENU_CTL_FIND_DRIVER, NULL))
return false;
menu_driver_data = (menu_handle_t*)
menu_driver_ctx->init(&menu_userdata);