mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
(XMB) Fix navigation_clear regression
This commit is contained in:
parent
94110ea997
commit
e4e892efad
@ -774,7 +774,9 @@ static void xmb_context_reset(void *data)
|
||||
static void xmb_navigation_clear(void *data, bool pending_push)
|
||||
{
|
||||
(void)data;
|
||||
(void)pending_push;
|
||||
|
||||
if (!pending_push)
|
||||
xmb_selection_pointer_changed();
|
||||
}
|
||||
|
||||
static void xmb_navigation_decrement(void *data)
|
||||
|
Loading…
Reference in New Issue
Block a user