mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Cleanups
This commit is contained in:
parent
5164b8a058
commit
85e0ab9a8e
@ -296,14 +296,11 @@ int menu_driver_bind_init(menu_file_list_cbs_t *cbs,
|
|||||||
const char *elem0, const char *elem1,
|
const char *elem0, const char *elem1,
|
||||||
uint32_t label_hash, uint32_t menu_label_hash)
|
uint32_t label_hash, uint32_t menu_label_hash)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
if (!menu_driver_ctx || !menu_driver_ctx->bind_init)
|
||||||
|
return 0;
|
||||||
if (menu_driver_ctx && menu_driver_ctx->bind_init)
|
return menu_driver_ctx->bind_init(cbs, path, label,
|
||||||
ret = menu_driver_ctx->bind_init(cbs, path, label,
|
type, idx, elem0, elem1,
|
||||||
type, idx, elem0, elem1,
|
label_hash, menu_label_hash);
|
||||||
label_hash, menu_label_hash);
|
|
||||||
|
|
||||||
return ret;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int menu_driver_iterate(enum menu_action action)
|
int menu_driver_iterate(enum menu_action action)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user