mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Get rid of some hashes
This commit is contained in:
parent
a88ee1a6e5
commit
1e3da091a5
@ -4724,10 +4724,6 @@ static int menu_cbs_init_bind_ok_compare_label(menu_file_list_cbs_t *cbs,
|
||||
case MENU_LABEL_ACCOUNTS_RETRO_ACHIEVEMENTS:
|
||||
BIND_ACTION_OK(cbs, action_ok_push_accounts_cheevos_list);
|
||||
break;
|
||||
case MENU_LABEL_SCAN_FILE:
|
||||
BIND_ACTION_OK(cbs, action_ok_push_scan_file);
|
||||
break;
|
||||
case MENU_LABEL_SCAN_DIRECTORY:
|
||||
case MENU_LABEL_FAVORITES:
|
||||
BIND_ACTION_OK(cbs, action_ok_push_content_list);
|
||||
break;
|
||||
|
@ -1703,11 +1703,6 @@ enum msg_hash_enums
|
||||
|
||||
#define MENU_LABEL_DOWNLOADED_FILE_DETECT_CORE_LIST 0xb4f82700U
|
||||
|
||||
/* Scan values */
|
||||
#define MENU_LABEL_SCAN_THIS_DIRECTORY 0x6921b775U
|
||||
#define MENU_LABEL_SCAN_DIRECTORY 0x57de303eU
|
||||
#define MENU_LABEL_SCAN_FILE 0xd5d1eee9U
|
||||
|
||||
/* Online updater settings */
|
||||
|
||||
#define MENU_LABEL_UPDATE_LAKKA 0x19b51eebU
|
||||
|
Loading…
Reference in New Issue
Block a user