mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 04:21:19 +00:00
Change type to enum - should silence C89 build errors
This commit is contained in:
parent
901932a8e1
commit
2a41f1fb99
@ -648,7 +648,7 @@ static int menu_cbs_init_bind_deferred_push_compare_label(
|
||||
unsigned i;
|
||||
typedef struct deferred_info_list
|
||||
{
|
||||
unsigned type;
|
||||
enum msg_hash_enums type;
|
||||
int (*cb)(menu_displaylist_info_t *info);
|
||||
} deferred_info_list_t;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user