mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(Menu) Don't show rdb entry per horizontal list category any more
This commit is contained in:
parent
cceda45f28
commit
fdb8ce5de6
@ -1379,6 +1379,7 @@ static int menu_displaylist_parse_horizontal_list(menu_displaylist_info_t *info)
|
|||||||
path_remove_extension(lpl_basename);
|
path_remove_extension(lpl_basename);
|
||||||
|
|
||||||
#ifdef HAVE_LIBRETRODB
|
#ifdef HAVE_LIBRETRODB
|
||||||
|
#if 0
|
||||||
fill_pathname_join(db_path, settings->content_database,
|
fill_pathname_join(db_path, settings->content_database,
|
||||||
lpl_basename, sizeof(db_path));
|
lpl_basename, sizeof(db_path));
|
||||||
strlcat(db_path, ".rdb", sizeof(db_path));
|
strlcat(db_path, ".rdb", sizeof(db_path));
|
||||||
@ -1386,6 +1387,7 @@ static int menu_displaylist_parse_horizontal_list(menu_displaylist_info_t *info)
|
|||||||
if (path_file_exists(db_path))
|
if (path_file_exists(db_path))
|
||||||
menu_list_push(info->list, path_basename(db_path), "core_database",
|
menu_list_push(info->list, path_basename(db_path), "core_database",
|
||||||
MENU_FILE_RDB, 0);
|
MENU_FILE_RDB, 0);
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (menu->playlist)
|
if (menu->playlist)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user