From 788fd17031190e28c66e8e84336738be78884eee Mon Sep 17 00:00:00 2001 From: radius Date: Thu, 17 Dec 2015 17:43:10 -0500 Subject: [PATCH] fix some code formatting and include the label value too --- menu/menu_displaylist.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/menu/menu_displaylist.c b/menu/menu_displaylist.c index 90135940d2..2a7953f23d 100644 --- a/menu/menu_displaylist.c +++ b/menu/menu_displaylist.c @@ -3071,17 +3071,13 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type) if (settings->game_specific_options) { if (!runloop_ctl(RUNLOOP_CTL_IS_GAME_OPTIONS_ACTIVE, NULL)) - { menu_entries_push(info->list, menu_hash_to_str(MENU_LABEL_VALUE_GAME_SPECIFIC_OPTIONS_CREATE), "", MENU_SETTINGS_CORE_OPTION_CREATE, 0, 0); - } else - { menu_entries_push(info->list, menu_hash_to_str(MENU_LABEL_VALUE_GAME_SPECIFIC_OPTIONS_IN_USE), "", - MENU_SETTINGS_CORE_OPTION_NONE, 0, 0); - } + MENU_SETTINGS_CORE_OPTION_CREATE, 0, 0); } if (opts == 0) {