(Menu) Add label for Video Filter

This commit is contained in:
twinaphex 2015-06-19 04:43:32 +02:00
parent c0bc5b7b47
commit a3f7f64c0f
2 changed files with 5 additions and 1 deletions

View File

@ -1812,8 +1812,8 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
MENU_SETTINGS_CUSTOM_VIEWPORT, 0, 0);
#ifndef HAVE_FILTERS_BUILTIN
menu_list_push(info->list,
menu_hash_to_str(MENU_LABEL_VIDEO_FILTER),
menu_hash_to_str(MENU_LABEL_VALUE_VIDEO_FILTER),
menu_hash_to_str(MENU_LABEL_VIDEO_FILTER),
0, 0, 0);
#endif

View File

@ -223,6 +223,10 @@ static const char *menu_hash_to_str_english(uint32_t hash)
return "shader_options";
case MENU_LABEL_VALUE_NO_SHADER_PARAMETERS:
return "No shader parameters.";
case MENU_LABEL_VIDEO_FILTER:
return "video_filter";
case MENU_LABEL_VALUE_VIDEO_FILTER:
return "Video Filter";
case MENU_LABEL_DEFERRED_VIDEO_FILTER:
return "deferred_video_filter";
case MENU_LABEL_DEFERRED_CORE_UPDATER_LIST: