mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 13:28:49 +00:00
Use menu_hash_to_str_enum for determining root
This commit is contained in:
parent
2acb04649e
commit
d59f137e69
@ -7784,7 +7784,7 @@ static rarch_setting_t *menu_setting_new_internal(rarch_setting_info_t *list_inf
|
||||
{
|
||||
ST_NONE
|
||||
};
|
||||
const char *root = menu_hash_to_str(MENU_VALUE_MAIN_MENU);
|
||||
const char *root = menu_hash_to_str_enum(MENU_ENUM_LABEL_VALUE_MAIN_MENU);
|
||||
rarch_setting_t *list = (rarch_setting_t*)calloc(
|
||||
list_info->size, sizeof(*list));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user