mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
menu_display_setting_label - Return callback
This commit is contained in:
parent
e494165513
commit
db60ee629d
@ -208,7 +208,7 @@ void menu_display_unset_viewport(menu_handle_t *menu)
|
||||
global->video_data.height, false, true);
|
||||
}
|
||||
|
||||
void menu_display_setting_label(unsigned i,
|
||||
menu_file_list_cbs_t *menu_display_setting_label(unsigned i,
|
||||
unsigned *w, unsigned *type,
|
||||
const char *label,
|
||||
char *type_str, size_t sizeof_type_str,
|
||||
@ -238,4 +238,6 @@ void menu_display_setting_label(unsigned i,
|
||||
|
||||
if (entry_label && entry_label_buf != NULL)
|
||||
strlcpy(entry_label_buf, entry_label, sizeof_entry_label_buf);
|
||||
|
||||
return cbs;
|
||||
}
|
||||
|
@ -53,7 +53,7 @@ void menu_display_set_viewport(menu_handle_t *menu);
|
||||
|
||||
void menu_display_unset_viewport(menu_handle_t *menu);
|
||||
|
||||
void menu_display_setting_label(unsigned i,
|
||||
menu_file_list_cbs_t *menu_display_setting_label(unsigned i,
|
||||
unsigned *w, unsigned *type,
|
||||
const char *label,
|
||||
char *type_str, size_t sizeof_type_str,
|
||||
|
Loading…
x
Reference in New Issue
Block a user