mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 11:45:16 +00:00
Don't use MSG_UNKNOWN for this
This commit is contained in:
parent
79761446c8
commit
129a3463f5
@ -3222,7 +3222,8 @@ static int menu_displaylist_parse_generic(
|
||||
: msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND);
|
||||
|
||||
if (! horizontal)
|
||||
menu_entries_add_enum(info->list, str, "", MSG_UNKNOWN, 0, 0, 0);
|
||||
menu_entries_add_enum(info->list, str, "",
|
||||
MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND, 0, 0, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user