mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(Directory settings) We go back one level to Directory Settings
This commit is contained in:
parent
bcbb06c898
commit
bed1db78aa
@ -1139,7 +1139,7 @@ static int generic_action_ok(const char *path,
|
||||
command_event(CMD_EVENT_RESUME, NULL);
|
||||
break;
|
||||
case ACTION_OK_SET_DIRECTORY:
|
||||
flush_type = MENU_SETTINGS;
|
||||
flush_char = msg_hash_to_str(MENU_ENUM_LABEL_DEFERRED_DIRECTORY_SETTINGS_LIST);
|
||||
{
|
||||
rarch_setting_t *setting = menu_setting_find(filebrowser_label);
|
||||
|
||||
|
@ -172,6 +172,11 @@ void menu_list_flush_stack(menu_list_t *list,
|
||||
|
||||
menu_entries_get_last(menu_list,
|
||||
&path, &label, &type, &entry_idx);
|
||||
|
||||
#if 0
|
||||
RARCH_LOG("path: %s\n", path);
|
||||
RARCH_LOG("label: %s\n", label);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user