(Directory settings) We go back one level to Directory Settings

This commit is contained in:
twinaphex 2017-01-01 01:31:10 +01:00
parent bcbb06c898
commit bed1db78aa
2 changed files with 6 additions and 1 deletions

View File

@ -1139,7 +1139,7 @@ static int generic_action_ok(const char *path,
command_event(CMD_EVENT_RESUME, NULL); command_event(CMD_EVENT_RESUME, NULL);
break; break;
case ACTION_OK_SET_DIRECTORY: 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); rarch_setting_t *setting = menu_setting_find(filebrowser_label);

View File

@ -172,6 +172,11 @@ void menu_list_flush_stack(menu_list_t *list,
menu_entries_get_last(menu_list, menu_entries_get_last(menu_list,
&path, &label, &type, &entry_idx); &path, &label, &type, &entry_idx);
#if 0
RARCH_LOG("path: %s\n", path);
RARCH_LOG("label: %s\n", label);
#endif
} }
} }