mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Added (void* data) to perform_action in menu_ctx_driver
This commit is contained in:
parent
90d646dc45
commit
508a6ea627
@ -254,7 +254,7 @@ typedef struct menu_ctx_driver
|
||||
void (*list_set_selection)(file_list_t *list);
|
||||
bool (*load_background)(void *data);
|
||||
const char *ident;
|
||||
bool (*perform_action)(unsigned action);
|
||||
bool (*perform_action)(void* data, unsigned action);
|
||||
} menu_ctx_driver_t;
|
||||
|
||||
extern menu_ctx_driver_t menu_ctx_rmenu;
|
||||
|
Loading…
x
Reference in New Issue
Block a user