Ignore hidden files when using wildcards.

This commit is contained in:
Steven Mattera
2018-11-08 19:09:14 -05:00
parent ec1bb508b3
commit 14cdcc1497
5 changed files with 7 additions and 7 deletions

View File

@@ -1985,7 +1985,7 @@ void launch_tools(u8 type)
else
memcpy(dir, "bootloader/libtools", 20);
filelist = dirlist(dir, NULL);
filelist = dirlist(dir, NULL, false);
u32 i = 0;