Ability to scroll left/right at 'Scan This Directory' entry

This commit is contained in:
twinaphex 2015-07-08 17:29:46 +02:00
parent f2d20786a4
commit 3de05cbbbb
2 changed files with 2 additions and 0 deletions

View File

@ -466,6 +466,7 @@ static int menu_cbs_init_bind_left_compare_type(menu_file_list_cbs_t *cbs,
case MENU_FILE_IMAGEVIEWER:
case MENU_FILE_PLAYLIST_COLLECTION:
case MENU_FILE_DOWNLOAD_CORE_CONTENT:
case MENU_FILE_SCAN_DIRECTORY:
case MENU_SETTING_GROUP:
switch (menu_label_hash)
{

View File

@ -389,6 +389,7 @@ static int menu_cbs_init_bind_right_compare_type(menu_file_list_cbs_t *cbs,
case MENU_FILE_IMAGEVIEWER:
case MENU_FILE_PLAYLIST_COLLECTION:
case MENU_FILE_DOWNLOAD_CORE_CONTENT:
case MENU_FILE_SCAN_DIRECTORY:
case MENU_SETTING_GROUP:
switch (menu_label_hash)
{