Merge pull request #3451 from bparker06/salamander

update dir_list_new invocation for salamander
This commit is contained in:
Andrés 2016-08-27 23:32:53 -05:00 committed by GitHub
commit 954ca37bf3

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, false);
struct string_list *list = dir_list_new(dir, ext, false, true, false, false);
if (!list)
{