(PS2) Buildfix

This commit is contained in:
twinaphex 2020-02-14 19:04:12 +01:00
parent 9d5d7edf9a
commit 8040e7d168

View File

@ -524,8 +524,8 @@ static int playlist_left_thumbnail_mode_left(unsigned type, const char *label,
static int manual_content_scan_system_name_left(unsigned type, const char *label,
bool wraparound)
{
#ifdef HAVE_LIBRETRODB
settings_t *settings = config_get_ptr();
#ifdef HAVE_LIBRETRODB
struct string_list *system_name_list =
manual_content_scan_get_menu_system_name_list(settings->paths.path_content_database, settings->bools.show_hidden_files);
#else