mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-10 02:30:52 +00:00
(menu_cbs_title.c) Add title for Core Disk Options
This commit is contained in:
parent
706638bb89
commit
23745e6c4c
@ -732,6 +732,9 @@ static int menu_cbs_init_bind_title_compare_type(menu_file_list_cbs_t *cbs,
|
||||
case MENU_SETTINGS_CUSTOM_BIND_KEYBOARD:
|
||||
cbs->action_get_title = action_get_title_input_settings;
|
||||
break;
|
||||
case MENU_SETTING_ACTION_CORE_DISK_OPTIONS:
|
||||
cbs->action_get_title = action_get_title_action_generic;
|
||||
break;
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user