From 6d8573f7852764f8e32d080697f367018a304382 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 26 Nov 2016 00:47:14 +0100 Subject: [PATCH] Add missing labels --- intl/msg_hash_lbl.h | 6 ++++++ intl/msg_hash_us.c | 3 +++ 2 files changed, 9 insertions(+) diff --git a/intl/msg_hash_lbl.h b/intl/msg_hash_lbl.h index f06f759b87..ecabd23ae0 100644 --- a/intl/msg_hash_lbl.h +++ b/intl/msg_hash_lbl.h @@ -1108,3 +1108,9 @@ MSG_HASH(MENU_ENUM_LABEL_DETECT_CORE_LIST_OK, "detect_core_list_ok") MSG_HASH(MENU_ENUM_LABEL_NO_DISK, "no_disk") +MSG_HASH(MENU_ENUM_LABEL_DEFERRED_RPL_ENTRY_ACTIONS, + "deferred_rpl_entry_actions") +MSG_HASH(MENU_ENUM_LABEL_MENU_THROTTLE_FRAMERATE, + "menu_throttle_framerate") +MSG_HASH(MENU_ENUM_LABEL_OVERLAY_SETTINGS, + "overlay_settings") diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index 17eb4eb5c6..d5abdde020 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -1911,6 +1911,9 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg) default: #if 0 RARCH_LOG("Unimplemented: [%d]\n", msg); + { + RARCH_LOG("[%d] : %s\n", msg - 1, msg_hash_to_str(((enum msg_hash_enums)(msg - 1)))); + } #endif break; }