mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(Emscripten) Buildfix
This commit is contained in:
parent
503a7131c2
commit
c276f3f8a2
@ -259,7 +259,7 @@ void menu_navigation_ascend_alphabet(menu_navigation_t *nav, size_t *ptr_out)
|
||||
menu_driver_navigation_ascend_alphabet(ptr_out);
|
||||
}
|
||||
|
||||
ssize_t menu_navigation_get_current_selection(void)
|
||||
unsigned menu_navigation_get_current_selection(void)
|
||||
{
|
||||
menu_navigation_t *nav = menu_navigation_get_ptr();
|
||||
if (!nav)
|
||||
|
@ -34,7 +34,7 @@ typedef struct menu_navigation
|
||||
} indices;
|
||||
unsigned acceleration;
|
||||
} scroll;
|
||||
size_t selection_ptr;
|
||||
unsigned selection_ptr;
|
||||
} menu_navigation_t;
|
||||
|
||||
/**
|
||||
@ -99,7 +99,7 @@ void menu_navigation_descend_alphabet(menu_navigation_t *nav, size_t *ptr_out);
|
||||
**/
|
||||
void menu_navigation_ascend_alphabet(menu_navigation_t *nav, size_t *ptr_out);
|
||||
|
||||
ssize_t menu_navigation_get_current_selection(void);
|
||||
unsigned menu_navigation_get_current_selection(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user