(Menu) Hash update

This commit is contained in:
twinaphex 2015-06-19 17:03:10 +02:00
parent 8226f2bae5
commit 77ba2d254e

View File

@ -195,6 +195,8 @@ static const char *menu_hash_to_str_english(uint32_t hash)
{
case MENU_LABEL_REWIND_ENABLE:
return "rewind_enable";
case MENU_LABEL_VALUE_REWIND_ENABLE:
return "Rewind Enable";
case MENU_LABEL_CONTENT_COLLECTION_LIST:
return "content_collection_list";
case MENU_LABEL_VALUE_CONTENT_COLLECTION_LIST: