mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Remove bind_info.menu_label_hash
This commit is contained in:
parent
97be5b164f
commit
b774fda697
@ -136,7 +136,6 @@ void menu_cbs_init(void *data,
|
|||||||
bind_info.type = type;
|
bind_info.type = type;
|
||||||
bind_info.idx = idx;
|
bind_info.idx = idx;
|
||||||
bind_info.label_hash = label_hash;
|
bind_info.label_hash = label_hash;
|
||||||
bind_info.menu_label_hash = menu_label_hash;
|
|
||||||
|
|
||||||
menu_driver_ctl(RARCH_MENU_CTL_BIND_INIT, &bind_info);
|
menu_driver_ctl(RARCH_MENU_CTL_BIND_INIT, &bind_info);
|
||||||
}
|
}
|
||||||
|
@ -379,7 +379,6 @@ typedef struct menu_ctx_bind
|
|||||||
unsigned type;
|
unsigned type;
|
||||||
size_t idx;
|
size_t idx;
|
||||||
uint32_t label_hash;
|
uint32_t label_hash;
|
||||||
uint32_t menu_label_hash;
|
|
||||||
int retcode;
|
int retcode;
|
||||||
} menu_ctx_bind_t;
|
} menu_ctx_bind_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user