mirror of
https://github.com/libretro/RetroArch
synced 2025-02-11 15:40:28 +00:00
(RGUI) Implement navigation_set_last in display driver
This commit is contained in:
parent
d6e9ac31f4
commit
c06648b47f
@ -563,6 +563,11 @@ static void rgui_navigation_set(void *data, bool scroll)
|
|||||||
- RGUI_TERM_HEIGHT;
|
- RGUI_TERM_HEIGHT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void rgui_navigation_set_last(void *data)
|
||||||
|
{
|
||||||
|
rgui_navigation_set(data, true);
|
||||||
|
}
|
||||||
|
|
||||||
static void rgui_update_core_info(void *data)
|
static void rgui_update_core_info(void *data)
|
||||||
{
|
{
|
||||||
(void)data;
|
(void)data;
|
||||||
@ -586,7 +591,7 @@ menu_ctx_driver_t menu_ctx_rgui = {
|
|||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
rgui_navigation_set,
|
rgui_navigation_set,
|
||||||
NULL,
|
rgui_navigation_set_last,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user