mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-13 16:01:05 +00:00
Merge pull request #4343 from Ryunam/master
Only show 'Information' if the .lpl playlist points to an existing database
This commit is contained in:
commit
bcbb06c898
@ -2813,6 +2813,7 @@ static int menu_displaylist_parse_horizontal_content_actions(
|
||||
strlcat(db_path, file_path_str(FILE_PATH_RDB_EXTENSION),
|
||||
sizeof(db_path));
|
||||
|
||||
if (path_file_exists(db_path))
|
||||
menu_entries_append_enum(info->list, label,
|
||||
db_path,
|
||||
MENU_ENUM_LABEL_INFORMATION, FILE_TYPE_RDB_ENTRY, 0, idx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user