mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 16:20:39 +00:00
Cleanups
This commit is contained in:
parent
91d19a15ec
commit
28a02da5bf
@ -1260,12 +1260,8 @@ static int zarch_iterate(void *data, void *userdata, enum menu_action action)
|
|||||||
int ret;
|
int ret;
|
||||||
size_t selection;
|
size_t selection;
|
||||||
menu_entry_t entry;
|
menu_entry_t entry;
|
||||||
menu_handle_t *menu = (menu_handle_t*)data;
|
|
||||||
zui_t *zui = (zui_t*)userdata;
|
zui_t *zui = (zui_t*)userdata;
|
||||||
|
|
||||||
if (!menu)
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
if (!zui)
|
if (!zui)
|
||||||
return -1;
|
return -1;
|
||||||
if (!menu_navigation_ctl(MENU_NAVIGATION_CTL_GET_SELECTION, &selection))
|
if (!menu_navigation_ctl(MENU_NAVIGATION_CTL_GET_SELECTION, &selection))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user