(frontend_salamander.c) Update dir_list_new reference

This commit is contained in:
twinaphex 2016-08-21 14:14:37 +02:00
parent 30f99c6e0e
commit 0ca142faf4

View File

@ -41,7 +41,7 @@ static void find_first_libretro_core(char *first_file,
{
size_t i;
bool ret = false;
struct string_list *list = dir_list_new(dir, ext, false, false);
struct string_list *list = dir_list_new(dir, ext, false, false, false);
if (!list)
{