mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 18:22:42 +00:00
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;
|
||||
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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user