mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Merge pull request #2476 from heuripedes/master
(dir_list_special.c) Fix content directory scanning
This commit is contained in:
commit
869e29c742
@ -61,5 +61,5 @@ struct string_list *dir_list_new_special(const char *input_dir, enum dir_list_ty
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
return dir_list_new(dir, exts, include_dirs, false);
|
return dir_list_new(dir, exts, include_dirs, type == DIR_LIST_CORE_INFO);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user