mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
(frontend_salamander.c) Update dir_list_new reference
This commit is contained in:
parent
30f99c6e0e
commit
0ca142faf4
@ -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);
|
struct string_list *list = dir_list_new(dir, ext, false, false, false);
|
||||||
|
|
||||||
if (!list)
|
if (!list)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user