mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Revert "Cleanups"
This reverts commit e9f1b25e55608614dc6e599a1918051b170f246c.
This commit is contained in:
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…
x
Reference in New Issue
Block a user