mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Style nits
This commit is contained in:
parent
915a420279
commit
b5177d807e
@ -68,14 +68,14 @@ static enum action_iterate_type action_iterate_type(uint32_t hash)
|
||||
**/
|
||||
int generic_menu_iterate(void *data, void *userdata, enum menu_action action)
|
||||
{
|
||||
size_t selection;
|
||||
menu_entry_t entry;
|
||||
enum action_iterate_type iterate_type;
|
||||
size_t selection = 0;
|
||||
unsigned file_type = 0;
|
||||
const char *label = NULL;
|
||||
int ret = 0;
|
||||
uint32_t hash = 0;
|
||||
enum msg_hash_enums enum_idx = MSG_UNKNOWN;
|
||||
const char *label = NULL;
|
||||
menu_handle_t *menu = (menu_handle_t*)data;
|
||||
|
||||
menu_entries_get_last_stack(NULL, &label, &file_type, &enum_idx, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user