update dir_list_new invocation for salamander
This commit is contained in:
parent
a8c476ec64
commit
4e2596c0bd
|
@ -41,7 +41,7 @@ static void find_first_libretro_core(char *first_file,
|
||||||
{
|
{
|
||||||
size_t i;
|
size_t i;
|
||||||
bool ret = false;
|
bool ret = false;
|
||||||
struct string_list *list = dir_list_new(dir, ext, false, false, false);
|
struct string_list *list = dir_list_new(dir, ext, false, true, false, false);
|
||||||
|
|
||||||
if (!list)
|
if (!list)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue