Yet more HAVE_LIBRETRODB ifdefs - hope these are the last

This commit is contained in:
twinaphex 2015-11-24 01:57:33 +01:00
parent 1639f27f8c
commit 00a0ab3fac

View File

@ -83,6 +83,7 @@ static int menu_cbs_init_bind_scan_compare_type(menu_file_list_cbs_t *cbs,
{
switch (type)
{
#ifdef HAVE_LIBRETRODB
case MENU_FILE_DIRECTORY:
BIND_ACTION_SCAN(cbs, action_scan_directory);
break;
@ -90,6 +91,7 @@ static int menu_cbs_init_bind_scan_compare_type(menu_file_list_cbs_t *cbs,
case MENU_FILE_PLAIN:
BIND_ACTION_SCAN(cbs, action_scan_file);
break;
#endif
default:
return -1;
}