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; }