mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
Add menu_displaylist_ctx_parse_entry
This commit is contained in:
parent
3d8e1e0f6c
commit
9fdbde1b4c
@ -136,6 +136,15 @@ typedef struct menu_displaylist_info
|
||||
rarch_setting_t *setting;
|
||||
} menu_displaylist_info_t;
|
||||
|
||||
typedef struct menu_displaylist_ctx_parse_entry
|
||||
{
|
||||
void *data;
|
||||
menu_displaylist_info_t *info;
|
||||
const char *info_label;
|
||||
enum menu_displaylist_parse_type parse_type;
|
||||
bool add_empty_entry;
|
||||
} menu_displaylist_ctx_parse_entry_t;
|
||||
|
||||
typedef struct menu_displaylist_ctx_entry
|
||||
{
|
||||
file_list_t *stack;
|
||||
|
Loading…
Reference in New Issue
Block a user