mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Focus on current content entry in Disc Control append/insert (#13282)
This commit is contained in:
parent
544c8c4e29
commit
ecef757af9
@ -1106,6 +1106,9 @@ int generic_action_ok_displaylist_push(const char *path,
|
|||||||
info_path = !string_is_empty(tmp) ? tmp : dir_menu_content;
|
info_path = !string_is_empty(tmp) ? tmp : dir_menu_content;
|
||||||
info_label = label;
|
info_label = label;
|
||||||
dl_type = DISPLAYLIST_FILE_BROWSER_SELECT_FILE;
|
dl_type = DISPLAYLIST_FILE_BROWSER_SELECT_FILE;
|
||||||
|
|
||||||
|
/* Focus on current content entry */
|
||||||
|
menu_driver_set_pending_selection(path_basename(path_get(RARCH_PATH_CONTENT)));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case ACTION_OK_DL_SUBSYSTEM_ADD_LIST:
|
case ACTION_OK_DL_SUBSYSTEM_ADD_LIST:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user