mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Allow you to scroll in core content settings
This commit is contained in:
parent
38839dc8eb
commit
18ee147d19
@ -457,6 +457,7 @@ static int menu_cbs_init_bind_left_compare_type(menu_file_list_cbs_t *cbs,
|
||||
case MENU_FILE_MUSIC:
|
||||
case MENU_FILE_IMAGEVIEWER:
|
||||
case MENU_FILE_PLAYLIST_COLLECTION:
|
||||
case MENU_FILE_DOWNLOAD_CORE_CONTENT:
|
||||
case MENU_SETTING_GROUP:
|
||||
switch (menu_label_hash)
|
||||
{
|
||||
|
@ -388,6 +388,7 @@ static int menu_cbs_init_bind_right_compare_type(menu_file_list_cbs_t *cbs,
|
||||
case MENU_FILE_MUSIC:
|
||||
case MENU_FILE_IMAGEVIEWER:
|
||||
case MENU_FILE_PLAYLIST_COLLECTION:
|
||||
case MENU_FILE_DOWNLOAD_CORE_CONTENT:
|
||||
case MENU_SETTING_GROUP:
|
||||
switch (menu_label_hash)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user