mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Add sublabel
This commit is contained in:
parent
7f67bdfd1f
commit
c1df5a0a7c
@ -2890,3 +2890,5 @@ MSG_HASH(MENU_ENUM_SUBLABEL_RECORDING_OUTPUT_DIRECTORY,
|
||||
"Recordings will be dumped to this directory.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_RECORDING_CONFIG_DIRECTORY,
|
||||
"Recording configurations will be kept here.")
|
||||
MSG_HASH(MENU_ENUM_SUBLABEL_VIDEO_FONT_PATH,
|
||||
"Select a different font for onscreen notifications.")
|
||||
|
@ -292,6 +292,7 @@ default_sublabel_macro(action_bind_sublabel_video_filter_directory,
|
||||
default_sublabel_macro(action_bind_sublabel_video_shader_directory, MENU_ENUM_SUBLABEL_VIDEO_SHADER_DIR)
|
||||
default_sublabel_macro(action_bind_sublabel_recording_output_directory, MENU_ENUM_SUBLABEL_RECORDING_OUTPUT_DIRECTORY)
|
||||
default_sublabel_macro(action_bind_sublabel_recording_config_directory, MENU_ENUM_SUBLABEL_RECORDING_CONFIG_DIRECTORY)
|
||||
default_sublabel_macro(action_bind_sublabel_video_font_path, MENU_ENUM_SUBLABEL_VIDEO_FONT_PATH)
|
||||
|
||||
static int action_bind_sublabel_cheevos_entry(
|
||||
file_list_t *list,
|
||||
@ -353,6 +354,9 @@ int menu_cbs_init_bind_sublabel(menu_file_list_cbs_t *cbs,
|
||||
{
|
||||
switch (cbs->enum_idx)
|
||||
{
|
||||
case MENU_ENUM_LABEL_VIDEO_FONT_PATH:
|
||||
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_video_font_path);
|
||||
break;
|
||||
case MENU_ENUM_LABEL_RECORDING_CONFIG_DIRECTORY:
|
||||
BIND_ACTION_SUBLABEL(cbs, action_bind_sublabel_recording_config_directory);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user