mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-12 05:40:36 +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);
|
: msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND);
|
||||||
|
|
||||||
if (! horizontal)
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user