mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 19:50:24 +00:00
Merge pull request #5506 from heuripedes/menu
Do not try to find a setting for database entries
This commit is contained in:
commit
b7c5dbdd92
@ -383,7 +383,8 @@ void menu_entries_append_enum(file_list_t *list, const char *path,
|
||||
cbs->enum_idx = enum_idx;
|
||||
|
||||
if (enum_idx != MENU_ENUM_LABEL_PLAYLIST_ENTRY
|
||||
&& enum_idx != MENU_ENUM_LABEL_PLAYLIST_COLLECTION_ENTRY) {
|
||||
&& enum_idx != MENU_ENUM_LABEL_PLAYLIST_COLLECTION_ENTRY
|
||||
&& enum_idx != MENU_ENUM_LABEL_RDB_ENTRY) {
|
||||
cbs->setting = menu_setting_find_enum(enum_idx);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user