(menu_displaylist) Fix R/L scrolling
This commit is contained in:
parent
b96a11c5f8
commit
15ac83e885
|
@ -1935,6 +1935,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||||
ret = menu_displaylist_parse_load_core_list(info);
|
ret = menu_displaylist_parse_load_core_list(info);
|
||||||
|
|
||||||
need_push = true;
|
need_push = true;
|
||||||
|
need_refresh = true;
|
||||||
break;
|
break;
|
||||||
case DISPLAYLIST_OPTIONS:
|
case DISPLAYLIST_OPTIONS:
|
||||||
menu_list_clear(info->list);
|
menu_list_clear(info->list);
|
||||||
|
@ -2179,6 +2180,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||||
menu_list_clear(info->list);
|
menu_list_clear(info->list);
|
||||||
menu_displaylist_parse_system_info(info);
|
menu_displaylist_parse_system_info(info);
|
||||||
need_push = true;
|
need_push = true;
|
||||||
|
need_refresh = true;
|
||||||
break;
|
break;
|
||||||
case DISPLAYLIST_CORES_SUPPORTED:
|
case DISPLAYLIST_CORES_SUPPORTED:
|
||||||
case DISPLAYLIST_CORES_COLLECTION_SUPPORTED:
|
case DISPLAYLIST_CORES_COLLECTION_SUPPORTED:
|
||||||
|
|
Loading…
Reference in New Issue