Core Information - hide

This commit is contained in:
twinaphex 2016-11-16 07:03:59 +01:00
parent bde2de740d
commit 6a9ae533cf

View File

@ -2823,12 +2823,16 @@ static int menu_displaylist_parse_horizontal_content_actions(
static int menu_displaylist_parse_information_list( static int menu_displaylist_parse_information_list(
menu_displaylist_info_t *info) menu_displaylist_info_t *info)
{ {
core_info_t *core_info = NULL;
menu_entries_append_enum(info->list, core_info_get_current_core(&core_info);
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_CORE_INFORMATION),
msg_hash_to_str(MENU_ENUM_LABEL_CORE_INFORMATION), if (core_info && core_info->config_data)
MENU_ENUM_LABEL_CORE_INFORMATION, menu_entries_append_enum(info->list,
MENU_SETTING_ACTION, 0, 0); msg_hash_to_str(MENU_ENUM_LABEL_VALUE_CORE_INFORMATION),
msg_hash_to_str(MENU_ENUM_LABEL_CORE_INFORMATION),
MENU_ENUM_LABEL_CORE_INFORMATION,
MENU_SETTING_ACTION, 0, 0);
#ifdef HAVE_NETWORKING #ifdef HAVE_NETWORKING
#ifndef HAVE_SOCKET_LEGACY #ifndef HAVE_SOCKET_LEGACY