mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-24 03:42:31 +00:00
Set currently selected icon
This commit is contained in:
parent
d04f3c01a1
commit
3a666373b4
@ -4494,7 +4494,9 @@ static int action_ok_push_dropdown_item_resolution(const char *path,
|
||||
|
||||
/* TODO/FIXME - menu drivers like XMB don't rescale
|
||||
* automatically */
|
||||
return menu_cbs_exit();
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -8340,6 +8340,9 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, menu_displaylist
|
||||
val_d,
|
||||
MENU_ENUM_LABEL_NO_ITEMS,
|
||||
MENU_SETTING_DROPDOWN_ITEM_RESOLUTION, list[i].idx, 0);
|
||||
|
||||
if (list[i].current)
|
||||
menu_entries_set_checked(info->list, i, true);
|
||||
}
|
||||
|
||||
free(list);
|
||||
|
Loading…
x
Reference in New Issue
Block a user