Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Switch
RetroArch
RetroArch
Commits
3a666373
Commit
3a666373
authored
Nov 24, 2018
by
twinaphex
Browse files
Set currently selected icon
parent
d04f3c01
Changes
2
Hide whitespace changes
Inline
Side-by-side
menu/cbs/menu_cbs_ok.c
View file @
3a666373
...
...
@@ -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
;
}
...
...
menu/menu_displaylist.c
View file @
3a666373
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment