mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
Remove MENU_LABEL_VALUE_*
This commit is contained in:
parent
04d46957cc
commit
87b9e1310d
@ -2922,7 +2922,7 @@ static int menu_cbs_init_bind_ok_compare_label(menu_file_list_cbs_t *cbs,
|
||||
case MENU_LABEL_DOWNLOAD_CORE_CONTENT:
|
||||
BIND_ACTION_OK(cbs, action_ok_core_content_list);
|
||||
break;
|
||||
case MENU_LABEL_VALUE_CORE_UPDATER_LIST:
|
||||
case MENU_LABEL_CORE_UPDATER_LIST:
|
||||
BIND_ACTION_OK(cbs, action_ok_core_updater_list);
|
||||
break;
|
||||
case MENU_LABEL_THUMBNAILS_UPDATER_LIST:
|
||||
|
@ -1715,7 +1715,6 @@ enum menu_hash_enums
|
||||
#define MENU_LABEL_DETECT_CORE_LIST_OK 0xabba2a7aU
|
||||
#define MENU_LABEL_START_CORE 0xb0b6ae5bU
|
||||
#define MENU_LABEL_LOAD_CONTENT 0x828943c3U
|
||||
#define MENU_LABEL_VALUE_CORE_UPDATER_LIST 0x0372767dU
|
||||
#define MENU_LABEL_CORE_UPDATER_LIST 0xe12f4ee3U
|
||||
#define MENU_LABEL_CORE_UPDATER_AUTO_EXTRACT_ARCHIVE 0xa3d605f5U
|
||||
#define MENU_LABEL_CORE_UPDATER_BUILDBOT_URL 0xe9ad8448U
|
||||
|
Loading…
x
Reference in New Issue
Block a user