mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Add more references to menu_hash_to_str
This commit is contained in:
parent
198dc25a37
commit
a2aab77abe
@ -1984,7 +1984,7 @@ int menu_displaylist_push_list(menu_displaylist_info_t *info, unsigned type)
|
||||
MENU_SETTINGS_CORE_OPTION_START + i, 0, 0);
|
||||
}
|
||||
else
|
||||
menu_list_push(info->list, "No options available.", "",
|
||||
menu_list_push(info->list, "No core options available.", "",
|
||||
MENU_SETTINGS_CORE_OPTION_NONE, 0, 0);
|
||||
need_push = true;
|
||||
break;
|
||||
|
@ -60,6 +60,8 @@ const char *menu_hash_to_str(uint32_t hash)
|
||||
return "Load State";
|
||||
case MENU_LABEL_RESUME_CONTENT:
|
||||
return "Resume Content";
|
||||
case MENU_LABEL_DRIVER_SETTINGS:
|
||||
return "Driver Settings";
|
||||
}
|
||||
|
||||
return "null";
|
||||
|
@ -3756,7 +3756,7 @@ static bool setting_append_list_driver_options(
|
||||
rarch_setting_group_info_t subgroup_info = {0};
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
START_GROUP(group_info, "Driver Settings", parent_group);
|
||||
START_GROUP(group_info, menu_hash_to_str(MENU_LABEL_DRIVER_SETTINGS), parent_group);
|
||||
|
||||
parent_group = menu_hash_to_str(MENU_VALUE_SETTINGS);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user