parent
4fe8cf3811
commit
53bd29bfad
|
@ -347,12 +347,15 @@ int generic_action_ok_displaylist_push(const char *path,
|
|||
dl_type = DISPLAYLIST_FILE_BROWSER_SELECT_FILE;
|
||||
break;
|
||||
case ACTION_OK_DL_RECORD_CONFIGFILE:
|
||||
{
|
||||
global_t *global = global_get_ptr();
|
||||
menu_displaylist_reset_filebrowser();
|
||||
info.type = type;
|
||||
info.directory_ptr = idx;
|
||||
info_path = dir_get(RARCH_DIR_RECORD_CONFIG);
|
||||
info_label = label;
|
||||
dl_type = DISPLAYLIST_FILE_BROWSER_SELECT_FILE;
|
||||
}
|
||||
break;
|
||||
case ACTION_OK_DL_DISK_IMAGE_APPEND_LIST:
|
||||
menu_displaylist_reset_filebrowser();
|
||||
|
|
Loading…
Reference in New Issue