mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Ability to scroll left/right at 'Scan This Directory' entry
This commit is contained in:
parent
f2d20786a4
commit
3de05cbbbb
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user