mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Core Information - hide
This commit is contained in:
parent
bde2de740d
commit
6a9ae533cf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user