mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Merge pull request #3451 from bparker06/salamander
update dir_list_new invocation for salamander
This commit is contained in:
commit
954ca37bf3
@ -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…
x
Reference in New Issue
Block a user