parent
e9f1b25e55
commit
dba6c537f2
|
@ -173,7 +173,11 @@ static int action_left_mainmenu(unsigned type, const char *label,
|
|||
bool wraparound)
|
||||
{
|
||||
menu_ctx_list_t list_info;
|
||||
menu_handle_t *menu = NULL;
|
||||
|
||||
if (!menu_driver_ctl(RARCH_MENU_CTL_DRIVER_DATA_GET, &menu))
|
||||
return menu_cbs_exit();
|
||||
|
||||
menu_driver_ctl(RARCH_MENU_CTL_LIST_GET_SELECTION, &list_info);
|
||||
|
||||
list_info.type = MENU_LIST_PLAIN;
|
||||
|
|
Loading…
Reference in New Issue