Add missing labels

This commit is contained in:
twinaphex 2016-11-26 00:47:14 +01:00
parent d01a779a02
commit 6d8573f785
2 changed files with 9 additions and 0 deletions

View File

@ -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")

View File

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