mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
(Menu) Add label for Video Filter
This commit is contained in:
parent
c0bc5b7b47
commit
a3f7f64c0f
@ -1812,8 +1812,8 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
|||||||
MENU_SETTINGS_CUSTOM_VIEWPORT, 0, 0);
|
MENU_SETTINGS_CUSTOM_VIEWPORT, 0, 0);
|
||||||
#ifndef HAVE_FILTERS_BUILTIN
|
#ifndef HAVE_FILTERS_BUILTIN
|
||||||
menu_list_push(info->list,
|
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_VALUE_VIDEO_FILTER),
|
||||||
|
menu_hash_to_str(MENU_LABEL_VIDEO_FILTER),
|
||||||
0, 0, 0);
|
0, 0, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -223,6 +223,10 @@ static const char *menu_hash_to_str_english(uint32_t hash)
|
|||||||
return "shader_options";
|
return "shader_options";
|
||||||
case MENU_LABEL_VALUE_NO_SHADER_PARAMETERS:
|
case MENU_LABEL_VALUE_NO_SHADER_PARAMETERS:
|
||||||
return "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:
|
case MENU_LABEL_DEFERRED_VIDEO_FILTER:
|
||||||
return "deferred_video_filter";
|
return "deferred_video_filter";
|
||||||
case MENU_LABEL_DEFERRED_CORE_UPDATER_LIST:
|
case MENU_LABEL_DEFERRED_CORE_UPDATER_LIST:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user