mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(XMB) Cut down on some duplicate functions
This commit is contained in:
parent
0f401291ec
commit
7fc8120ca2
@ -1799,12 +1799,7 @@ static void xmb_navigation_clear(bool pending_push)
|
||||
xmb_selection_pointer_changed();
|
||||
}
|
||||
|
||||
static void xmb_navigation_decrement(void)
|
||||
{
|
||||
xmb_selection_pointer_changed();
|
||||
}
|
||||
|
||||
static void xmb_navigation_increment(void)
|
||||
static void xmb_navigation_pointer_changed(void)
|
||||
{
|
||||
xmb_selection_pointer_changed();
|
||||
}
|
||||
@ -1814,11 +1809,6 @@ static void xmb_navigation_set(bool scroll)
|
||||
xmb_selection_pointer_changed();
|
||||
}
|
||||
|
||||
static void xmb_navigation_set_last(void)
|
||||
{
|
||||
xmb_selection_pointer_changed();
|
||||
}
|
||||
|
||||
static void xmb_navigation_descend_alphabet(size_t *unused)
|
||||
{
|
||||
xmb_selection_pointer_changed();
|
||||
@ -2035,10 +2025,10 @@ menu_ctx_driver_t menu_ctx_xmb = {
|
||||
xmb_populate_entries,
|
||||
xmb_toggle,
|
||||
xmb_navigation_clear,
|
||||
xmb_navigation_decrement,
|
||||
xmb_navigation_increment,
|
||||
xmb_navigation_pointer_changed,
|
||||
xmb_navigation_pointer_changed,
|
||||
xmb_navigation_set,
|
||||
xmb_navigation_set_last,
|
||||
xmb_navigation_pointer_changed,
|
||||
xmb_navigation_descend_alphabet,
|
||||
xmb_navigation_ascend_alphabet,
|
||||
xmb_list_insert,
|
||||
|
Loading…
x
Reference in New Issue
Block a user